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.

47 lines
966 B

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1996 - 1999
  5. #
  6. # Synopsis: Source list file for the scheduler UUID library.
  7. #
  8. # History: 10/15/1996 RaviR Created.
  9. #
  10. #-----------------------------------------------------------------------------
  11. MAJORCOMP=admin
  12. MINORCOMP=MMC
  13. TARGETNAME=mmc
  14. TARGETPATH=obj
  15. TARGETTYPE=LIBRARY
  16. C_DEFINES = -DUNICODE
  17. C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_
  18. USE_MFCUNICODE=1
  19. !if exist (..\PrivateBranch.inc)
  20. !include ..\PrivateBranch.inc
  21. !endif
  22. !ifndef __PublishedDir
  23. __PublishedDir = mmc
  24. !endif
  25. INCLUDES = \
  26. ..\inc; \
  27. ..\types\idl\$(O); \
  28. $(PROJECT_ROOT)\published\$(__PublishedDir)\$(O); \
  29. SOURCES = \
  30. api.cpp \
  31. ndmgrpriv.c \
  32. apimfc.cpp \
  33. clsid.c \
  34. mmciid.c \
  35. ndmgriid.c
  36. PASS1_PUBLISH = \
  37. {$(O)\mmc.lib=$(SDK_LIB_PATH)\mmc.lib}