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.

103 lines
2.9 KiB

  1. !IF 0
  2. Copyright (c) 1989-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. History:
  11. Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
  12. Created 27-Sep-94 by Bob Day (bobday)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. GETCONN_DIR = ..\..\
  17. TARGET_BOTH = 1
  18. USE_MSVCRT = 1
  19. #
  20. # Include our common makefile
  21. #
  22. !include $(GETCONN_DIR)\common.inc
  23. INCLUDES = $(INCLUDES);$(GETCONN_DIR)\icwconn1;$(SHELL_INC_PATH)
  24. # USE cdecl calling
  25. 386_STDCALL = 0
  26. #
  27. # Common settings required by build.exe and makefile.def
  28. #
  29. TARGETNAME = icwdebug
  30. TARGETPATH = obj
  31. TARGETTYPE = PROGRAM
  32. TARGETLIBS =
  33. PRECOMPILED_CXX = 1
  34. #SET THE ICWDEBUG FLAG FOR THE IFDEFs
  35. C_DEFINES = $(C_DEFINES) -DICWDEBUG -DNASHVILLE
  36. LINKLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\gdi32.lib \
  39. $(SDK_LIB_PATH)\advapi32.lib \
  40. $(SDK_LIB_PATH)\comctl32.lib \
  41. $(SDK_LIB_PATH)\shell32.lib \
  42. $(SDK_LIB_PATH)\comdlg32.lib \
  43. $(SDK_LIB_PATH)\mpr.lib \
  44. $(SDK_LIB_PATH)\ole32.lib \
  45. $(SDK_LIB_PATH)\oleaut32.lib \
  46. $(SDK_LIB_PATH)\uuid.lib \
  47. $(SDK_LIB_PATH)\shlwapi.lib \
  48. $(SHELL_LIB_PATH)\shlwapip.lib \
  49. $(SDK_LIB_PATH)\fdi.lib \
  50. !if defined(NOT_UNICODE)
  51. $(GETCONN_DIR)\lib\ansi\$O\stocklib.lib \
  52. !else
  53. $(GETCONN_DIR)\lib\unicode\$O\stocklib.lib \
  54. !endif
  55. !if $(386)
  56. UMENTRYABS = ModuleEntry@0
  57. !else
  58. UMENTRYABS = ModuleEntry
  59. !endif
  60. #
  61. # List of sources
  62. #
  63. SOURCES= \
  64. ..\icwconn1.rc \
  65. ..\icwconn1.cpp \
  66. ..\icwextsn.cpp \
  67. ..\icwext.cpp \
  68. ..\debug.cpp \
  69. ..\gendlg.cpp \
  70. ..\desktop.cpp \
  71. ..\reboot.cpp \
  72. ..\icwhelp.cpp \
  73. ..\end.cpp \
  74. ..\util.cpp \
  75. ..\icwdebug.cpp \
  76. ..\fdi.cpp \
  77. ..\appwnd.cpp \
  78. ..\button.cpp \
  79. ..\icwsupr.cpp
  80. PRECOMPILED_INCLUDE = ..\pre.h