Leaked source code of windows server 2003
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.

29 lines
397 B

  1. TARGETNAME=confprop
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  5. !if "$(BUILD_PRODUCT)" != "NT"
  6. ! if !$(FREEBUILD)
  7. DEBUG_CRTS=1
  8. ! endif
  9. !endif
  10. USE_ATL=1
  11. USE_MSVCRT=1
  12. USE_NATIVE_EH=1
  13. USE_STL=1
  14. INCLUDES=\
  15. ..\avtapi;
  16. SOURCES=\
  17. confinfo.cpp \
  18. confprop.cpp \
  19. cpgen.cpp \
  20. objsec.cpp \
  21. rndsec.cpp \
  22. wnd.cpp