1 EXTRADEFS = -DUSE_MSVCRT_PREFIX 2 MODULE = msvcrt40.dll 3 IMPORTLIB = msvcrt40 4 IMPORTS = msvcrt 5 6 C_SRCS = \ 7 msvcrt40.c 8 9 @MAKE_DLL_RULES@