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.

31 lines
505 B

  1. TARGETNAME=provider
  2. TARGETPATH=..\lib\$(_OBJ_DIR)
  3. TARGETTYPE=LIBRARY
  4. USE_MSVCRT = 1
  5. C_DEFINES=-DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT
  6. !if !$(FREEBUILD)
  7. C_DEFINES=$(C_DEFINES) -D_DEBUG
  8. !endif
  9. USE_NATIVE_EH=ASYNC
  10. USE_ATL=1
  11. USE_STL=1
  12. USE_IOSTREAM=1
  13. ATL_VER=30
  14. INCLUDES=..\inc
  15. SOURCES=\
  16. ntrkcomm.cpp \
  17. objectpath.cpp \
  18. provbase.cpp \
  19. provfactory.cpp \
  20. util.cpp \
  21. assrt.cxx \
  22. vs_trace.cxx \
  23. UMTYPE=windows