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
823 B

  1. ############################################################################
  2. #
  3. # Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMPSHARED=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. TARGETNAME=provmfc
  12. TARGETPATH=obj
  13. TARGETTYPE=LIBRARY
  14. INCLUDES=$(INCLUDES); \
  15. $(FRAMEWORK_EXPT_INC); \
  16. $(FRAMEWORK_MFC_INC)
  17. SOURCES= \
  18. ..\PLEX.cpp \
  19. ..\MTCORE.cpp \
  20. ..\MTEX.cpp \
  21. ..\Array_o.cpp \
  22. ..\List_o.cpp \
  23. ..\strex.cpp \
  24. ..\strexa.cpp \
  25. ..\strexw.cpp \
  26. ..\strcore.cpp \
  27. ..\strcorea.cpp \
  28. ..\strcorew.cpp
  29. C_DEFINES=$(C_DEFINES)
  30. USE_MSVCRT=1
  31. USE_NATIVE_EH=ASYNC
  32. USE_RTTI=1