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.

95 lines
2.3 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. sources.inc.
  5. !ENDIF
  6. MAJORCOMP = admin
  7. MINORCOMP = cic
  8. TARGETNAME = cic
  9. TARGETPATH = obj
  10. TARGETTYPE = DYNLINK
  11. DLLENTRY = _DllMainCRTStartup
  12. UMTYPE = windows
  13. WIN32_WINNT_VERSION = 0x0400
  14. WIN32_IE_VERSION = 0x0500
  15. SUBSYSTEM_VERSION = 4.00
  16. USE_NATIVE_EH = 1
  17. USE_RTTI = 1
  18. USE_VCCOM = 1
  19. USE_STATIC_ATL = 1
  20. ATL_VER = 30
  21. USE_MSVCRT = 1
  22. USE_STL = 1
  23. !ifdef PrivateBuild_NoLocalSC
  24. C_DEFINES = $(C_DEFINES) -DPrivateBuild_NoLocalSC
  25. !endif
  26. # Use LINKLIBS (gets passed first) if: (from build.hlp)
  27. # You are building a dynamic link.
  28. # You are exporting something that's defined in some other component library that you also build.
  29. # In your dirs file in the subdirectory above, you have ordered it so that the component libraries
  30. # are around before you build the dynamic link.
  31. LINKLIBS = \
  32. $(SDK_LIB_PATH)\mmc.lib \
  33. ..\..\..\core\$(CharWidth)\$(O)\uicore.lib \
  34. ..\..\..\base\$(CharWidth)\$(O)\mmcbase.lib
  35. TARGETLIBS = \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\oleaut32.lib \
  39. $(SDK_LIB_PATH)\ole32.lib \
  40. $(SDK_LIB_PATH)\advapi32.lib \
  41. $(SDK_LIB_PATH)\uuid.lib \
  42. $(SDK_LIB_PATH)\comctl32.lib \
  43. $(SDK_LIB_PATH)\gdi32.lib \
  44. $(SDK_LIB_PATH)\comdlg32.lib
  45. DLLDEF = ..\cic.def
  46. INCLUDES = \
  47. ..; \
  48. ..\idl\$(O); \
  49. ..\..\..\types\idl\$(O); \
  50. ..\..\..\inc; \
  51. PRECOMPILED_INCLUDE = ..\stdafx.h
  52. PRECOMPILED_CXX = 1
  53. PRECOMPILED_SOURCEFILE = ..\stdafx.cpp
  54. # This target is required so $(O)\cic.res doesn't become the default target
  55. # for makefile.def. We want "all" to be the default target.
  56. #
  57. # We have to go to this effort because sources(.inc) is included very early
  58. # in makefile.def. makefile.inc is the place where this would naturally go,
  59. # but we don't want to have to maintain this dependency list in
  60. # ansi\makefile.inc and unicode\makefile.inc.
  61. dummytarget: all
  62. $(O)\cic.res: \
  63. ..\idl\$(O)\cic.tlb \
  64. SOURCES = \
  65. ..\cic.rc \
  66. ..\cic.cpp \
  67. ..\dispobj.cpp \
  68. ..\listpad.cpp \
  69. ..\mmcctrl.cpp \
  70. ..\mmclpi.cpp \
  71. ..\mmctask.cpp \
  72. ..\sysclrctrl.cpp