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.

115 lines
3.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME=clmt
  15. TARGETTYPE=PROGRAM
  16. TARGETPATH=obj
  17. INCLUDES=$(SDK_INC_PATH); \
  18. $(WINDOWS_INC_PATH); \
  19. $(BASE_INC_PATH); \
  20. $(SHELL_INC_PATH); \
  21. $(DS_INC_PATH); \
  22. .
  23. BINPLACE_PLACEFILE=placefil.txt
  24. BINPLACE_FLAGS=-x -a
  25. PRECOMPILED_INCLUDE=StdAfx.h
  26. USE_VCCOM=1
  27. SOURCES= clmtmsg.mc \
  28. dll.c \
  29. registry.c \
  30. main.c \
  31. inf.c \
  32. utils.c \
  33. utils2.cpp \
  34. loopuser.c \
  35. log.c \
  36. regfind.c \
  37. enumfile.c \
  38. shell.c \
  39. user.c \
  40. iis.cpp \
  41. globals.c \
  42. table.c \
  43. criteria.c \
  44. config16.c \
  45. aclmgmt.cpp \
  46. outlook.cpp \
  47. res.rc
  48. USE_MSVCRT=1
  49. MSC_OPTIMIZATION=/Od
  50. # Run on NT5 or better
  51. SUBSYSTEM_VERSION=5.00
  52. # Use NT5 base API's
  53. WIN32_WINNT_VERSION=0x0500
  54. C_DEFINES= -DCONSOLE_UI -DWINNT -DUNICODE -D_UNICODE -DCOBJMACROS
  55. LINKER_FLAGS = /SWAPRUN:CD
  56. BINPLACE_PLACEFILE=placefil.txt
  57. TARGETLIBS= \
  58. $(SDK_LIB_PATH)\user32.lib \
  59. $(SDK_LIB_PATH)\ntdll.lib \
  60. $(BASE_LIB_PATH)\spapip.lib \
  61. $(SDK_LIB_PATH)\shell32.lib \
  62. $(SDK_LIB_PATH)\userenv.lib \
  63. $(SDK_LIB_PATH)\uuid.lib \
  64. $(SDK_LIB_PATH)\kernel32.lib \
  65. $(SDK_LIB_PATH)\advapi32.lib \
  66. $(SDK_LIB_PATH)\Netapi32.lib \
  67. $(SDK_LIB_PATH)\ole32.lib \
  68. $(SDK_LIB_PATH)\Sfc.lib \
  69. $(SDK_LIB_PATH)\strsafe.lib \
  70. $(SDK_LIB_PATH)\Shlwapi.lib \
  71. $(SDK_LIB_PATH)\wtsapi32.lib \
  72. $(SDK_LIB_PATH)\version.lib \
  73. $(SDK_LIB_PATH)\Ntdsapi.lib \
  74. $(SDK_LIB_PATH)\ActiveDS.lib \
  75. $(SDK_LIB_PATH)\Adsiid.lib \
  76. $(SDK_LIB_PATH)\esent.lib \
  77. $(SDK_LIB_PATH)\psapi.lib \
  78. $(SDK_LIB_PATH)\oleaut32.lib
  79. UMENTRY=wmain
  80. UMTYPE=console
  81. MISCFILES = readme.txt \
  82. valueadd.htm