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.

27 lines
837 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  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. TARGETPATH=obj
  12. TARGETTYPE=LIBRARY
  13. # The INCLUDES variable specifies any include paths that are specific to
  14. # this source directory. Separate multiple paths with single
  15. # semicolons. Relative path specifications are okay.
  16. INCLUDES=$(INCLUDES); \
  17. $(STDLIBRARY_INC); \
  18. $(WBEMCOMN_INC)
  19. # Next, specify options for the compiler using C_DEFINES.
  20. C_DEFINES=$(C_DEFINES) /D__WINNT_BUILD__ /D_UNICODE /DUNICODE
  21. USE_NATIVE_EH=1
  22. USE_STL=1
  23. USE_MSVCRT=1