Source code of Windows XP (NT5)
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.

30 lines
912 B

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  9. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. TARGETNAME=WinMgmtR
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. RESOURCE_ONLY_DLL=1
  14. # The developer defines the SOURCES macro. It contains a list of all the
  15. # source files for this component. Specify each source file on a separate
  16. # line using the line-continuation character. This minimizes merge
  17. # conflicts if two developers are adding source files to the same component.
  18. SOURCES= \
  19. WinMgmtR.mc \
  20. ver.rc
  21. # Next, specify options for the compiler using C_DEFINES.
  22. C_DEFINES=$(C_DEFINES) /DBUILDING_DLL /D_WINDLL
  23. WIN32_WINNT_VERSION=0x0400
  24. USER_C_FLAGS=/EHa
  25. USE_MSVCRT=1