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.

48 lines
1.1 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIUNICODE=1
  9. !include ..\sources.inc
  10. SOURCES_USED=..\sources.inc
  11. TARGETTYPE=DYNLINK
  12. DLLENTRY=_DllMainCRTStartup
  13. TARGETLIBS=$(TARGETLIBS) \
  14. $(MMFUTIL_LIB) \
  15. $(SDK_LIB_PATH)\mmc.lib \
  16. $(SDK_LIB_PATH)\shlwapi.lib
  17. SOURCES=$(SOURCES) \
  18. WMICntl.rc \
  19. WMICntl.cpp \
  20. WMISnapin.cpp
  21. # Next, specify options for the compiler using C_DEFINES.
  22. C_DEFINES=$(C_DEFINES) /DBUILDING_DLL /DSNAPIN
  23. DLLDEF=$(O)\wbemcntl.def
  24. #
  25. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  26. #
  27. SXS_ASSEMBLY_NAME=Microsoft.Windows.WMI.WMICntl
  28. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  29. SXS_MANIFEST=wmicntl.manifest
  30. SXS_MANIFEST_IN_RESOURCES=1
  31. SXS_NO_BINPLACE=1
  32. # the resource ID here must be 2
  33. SXS_MANIFEST_RESOURCE_ID=2
  34. # ISOLATION_AWARE_ENABLED ==> use ui themes
  35. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
  36. USE_STL=1