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.

56 lines
1.5 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. #WMIPRECOMP=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. TARGETNAME=wmiperf
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. TARGETLIBS= \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\oleaut32.lib \
  19. $(SDK_LIB_PATH)\ole32.lib \
  20. $(SDK_LIB_PATH)\uuid.lib
  21. # The INCLUDES variable specifies any include paths that are specific to
  22. # this source directory. Separate multiple paths with single
  23. # semicolons. Relative path specifications are okay.
  24. INCLUDES=$(INCLUDES); \
  25. # Last inc should be removed when ess stuff is separated out.
  26. # The developer defines the SOURCES macro. It contains a list of all the
  27. # source files for this component. Specify each source file on a separate
  28. # line using the line-continuation character. This minimizes merge
  29. # conflicts if two developers are adding source files to the same component.
  30. SOURCES= \
  31. genctrs.mc \
  32. datagen.c \
  33. perfgen.c \
  34. perfgen.rc \
  35. perfutil.c
  36. MISCFILES= \
  37. wmiperf.ini \
  38. genctrnm.h
  39. # Next, specify options for the compiler using C_DEFINES.
  40. C_DEFINES=$(C_DEFINES) /DREGISTER_PROXY_DLL /DUSE_POLARITY
  41. WIN32_WINNT_VERSION=0x0400
  42. USER_C_FLAGS=/EHa
  43. USE_NATIVE_EH=1
  44. USE_MSVCRT=1
  45. DLLENTRY=_DllMainCRTStartup
  46. DLLDEF=$(O)\wmiperf.def