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.

40 lines
849 B

  1. TARGETNAME=nlbclient
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  5. USE_LATEST_MFC=1
  6. USE_MFCUNICODE=1
  7. INCLUDES= .; \
  8. ..\inc; \
  9. ..\..\inc; \
  10. MSC_WARNING_LEVEL=/W3 /WX
  11. 386_STDCALL=1
  12. USE_MSVCRT=1
  13. USE_STL=1
  14. USE_NATIVE_EH=ASYNC
  15. USE_VCCOM=1
  16. USE_ATL=1
  17. SOURCES= \
  18. nlbclient.cpp \
  19. fake.cpp \
  20. UMTYPE=console
  21. UMLIBS= \
  22. ..\wmibase\$(O)\wmibase.lib \
  23. #
  24. # The following statement specifies the list of files to be preprocessed
  25. # for tracing macros. See http://coreos/tech/tracing/ for details.
  26. # The ini file tracewpp.ini explains to the preprocessor how to interpret
  27. # various trace macros, like LOG_CRIT.
  28. # The "-gen..." is so that this will work on BOTH w2k and XP.
  29. #
  30. RUN_WPP= $(SOURCES) -dll -ini:tracewpp.ini -gen:{um-w2k.tpl}*.tmh