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.

77 lines
1.8 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. !include ..\common.inc
  18. SOURCES_USED = $(SOURCES_USED) ..\common.inc
  19. TARGETTYPE = PROGRAM
  20. TARGETNAME = ctfmon
  21. TARGETPATH = $(_OBJ_DIR)
  22. UMTYPE = windows
  23. PRECOMPILED_INCLUDE = private.h
  24. INCLUDES = $(INCLUDES);$(CICERO_DIR)\cuilib
  25. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\user32.lib \
  27. $(SDK_LIB_PATH)\gdi32.lib \
  28. $(SDK_LIB_PATH)\uuid.lib \
  29. $(CICERO_LIBS2) \
  30. $(CICERO_DIR)\msutb\$O\msutb.lib \
  31. $(SDK_LIB_PATH)\uuid.lib
  32. USE_MSVCRT = 1
  33. UMBASE = 0x00400000
  34. UMENTRYABS = ModuleEntry
  35. UMTYPE = windows
  36. SOURCES = cicload.rc \
  37. debug.c \
  38. loader.cpp \
  39. cicload.cpp \
  40. crtfree.cpp \
  41. regwatch.cpp
  42. #
  43. #
  44. # Con-fusion
  45. #
  46. SXS_ASSEMBLY_NAME=ctfmon
  47. SXS_ASSEMBLY_VERSION=1.0
  48. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  49. SXS_MANIFEST=ctfmon.Manifest
  50. SXS_MANIFEST_IN_RESOURCES=
  51. SXS_MANIFEST_RESOURCE_ID=1
  52. SXS_NO_BINPLACE=1