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.

27 lines
452 B

  1. TARGETNAME=comptest
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. USER_C_FLAGS=-EHc
  5. USE_NATIVE_EH=1
  6. USE_MSVCRT=1
  7. USE_STL=1
  8. USE_RTTI=1
  9. INCLUDES=$(INCLUDES) \
  10. $(PROJECT_ROOT)\ntsetup\inc; \
  11. SOURCES=\
  12. section.cpp \
  13. comptest.cpp \
  14. compfile.cpp
  15. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  16. UMTYPE=console
  17. TARGETLIBS=\
  18. $(SDK_LIB_PATH)\kernel32.lib\
  19. $(SDK_LIB_PATH)\user32.lib\
  20. $(PROJECT_ROOT)\ntsetup\complnce\ansiuser\$(O)\compuser_a.lib