Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
318 B

  1. TARGETNAME = test
  2. TARGETPATH = obj
  3. TARGETTYPE = DYNLINK
  4. DLLENTRY = _DllMainCRTStartup
  5. SYNCHRONIZE_DRAIN = 1
  6. LINKLIBS = \
  7. ..\engexts\$(_OBJ_DIR)\*\engexts.lib
  8. TARGETLIBS = \
  9. $(SDK_LIB_PATH)\kernel32.lib
  10. USE_MSVCRT = 1
  11. INCLUDES = \
  12. ..\engexts
  13. SOURCES = \
  14. test.cpp
  15. UMTYPE = console