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.

51 lines
1.0 KiB

  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_STL=1
  19. USE_MFCUNICODE=1
  20. !if exist (..\PrivateBranch.inc)
  21. !include ..\PrivateBranch.inc
  22. !endif
  23. !ifndef __PublishedDir
  24. __PublishedDir = mmc
  25. !endif
  26. INCLUDES = \
  27. ..\inc; \
  28. ..\types\idl\$(O); \
  29. $(PROJECT_ROOT)\published\$(__PublishedDir)\$(O); \
  30. SOURCES = \
  31. api.cpp \
  32. ndmgrpriv.c \
  33. apimfc.cpp \
  34. clsid.c \
  35. mmciid.c \
  36. ndmgriid.c
  37. # Ships in the SDK
  38. BUFFER_OVERFLOW_CHECKS=0
  39. PASS1_PUBLISH = \
  40. {$(O)\mmc.lib=$(SDK_LIB_PATH)\mmc.lib}