Leaked source code of windows server 2003

93 lines
2.5 KiB

  1. !if 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. from template created 12-Apr-1990 by Steve Wood (stevewo)
  12. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  13. !endif
  14. TARGET_BOTH = 1
  15. NOT_UNICODE = 1
  16. PRECOMPILED_CXX = 1
  17. WIN32_WINNT_VERSION = 0x0500
  18. USE_MSVCRT = 1
  19. !include ..\common.inc
  20. SOURCES_USED = $(SOURCES_USED) ..\common.inc
  21. TARGETTYPE = DYNLINK
  22. TARGETNAME = msutb
  23. TARGETPATH = $(_OBJ_DIR)
  24. UMTYPE = windows
  25. DLLENTRY = _DllMainCRTStartup
  26. DLLDEF = msutb.def
  27. PRECOMPILED_INCLUDE = private.h
  28. INCLUDES = $(INCLUDES); \
  29. $(SHELL_INC_PATH); \
  30. $(CICERO_DIR)\prvlib; \
  31. $(CICERO_DIR)\cuilib;
  32. TARGETLIBS = $(CICERO_LIBS2) \
  33. $(CICERO_DIR)\cuilib\$O\cuilib.lib \
  34. $(CICERO_DIR)\muilib\$O\muilib.lib \
  35. $(SDK_LIB_PATH)\kernel32.lib \
  36. $(SDK_LIB_PATH)\user32.lib \
  37. $(SDK_LIB_PATH)\gdi32.lib \
  38. $(SDK_LIB_PATH)\advapi32.lib \
  39. $(SDK_LIB_PATH)\uuid.lib
  40. SOURCES = msutb.rc \
  41. bandobjs.cpp \
  42. clsfact.cpp \
  43. deskband.cpp \
  44. tipbar.cpp \
  45. utbmenu.cpp \
  46. intlmenu.cpp \
  47. balloon.cpp \
  48. crtfree.cpp \
  49. utbtray.cpp \
  50. catenum.cpp \
  51. asynccal.cpp \
  52. itemlist.cpp \
  53. nuiinat.cpp \
  54. delay.cpp \
  55. utbdlgs.cpp \
  56. utbacc.cpp \
  57. maskbmp.cpp \
  58. debug.c
  59. #
  60. #
  61. # Con-fusion
  62. #
  63. SXS_ASSEMBLY_NAME=WindowsShell
  64. SXS_ASSEMBLY_VERSION=1.0
  65. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  66. SXS_MANIFEST=WindowsShell.Manifest
  67. SXS_MANIFEST_IN_RESOURCES=
  68. SXS_MANIFEST_RESOURCE_ID=1
  69. SXS_NO_BINPLACE=1