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.

38 lines
886 B

  1. TARGETNAME=cfgutil
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  5. INCLUDES= .; \
  6. ..\inc; \
  7. ..\..\inc; \
  8. $(DS_INC_PATH)
  9. # DS_INC_PATH included ONLY for crypt.h
  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. extcfg.cpp \
  19. cfgutil.cpp \
  20. wlbsprivate.cpp
  21. UMTYPE=console
  22. UMLIBS= \
  23. ..\wmibase\$(O)\wmibase.lib \
  24. #
  25. # The following statement specifies the list of files to be preprocessed
  26. # for tracing macros. See http://coreos/tech/tracing/ for details.
  27. # The ini file tracewpp.ini explains to the preprocessor how to interpret
  28. # various trace macros, like LOG_CRIT.
  29. # The "-gen..." is so that this will work on BOTH w2k and XP.
  30. #
  31. RUN_WPP= $(SOURCES) -dll -ini:tracewpp.ini -gen:{um-w2k.tpl}*.tmh