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.

125 lines
2.3 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. core.inc
  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. Madan Appiah - Sep. 5th 1997
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. C_DEFINES = \
  15. $(C_DEFINES) \
  16. $(CLIENT_EXE_CDEFS) \
  17. -DDC_HICOLOR \
  18. -DDRAW_NINEGRID \
  19. -DDRAW_GDIPLUS
  20. DISABLE_SHADOW_IN_FULLSCREEN = 1
  21. !IFDEF DISABLE_SHADOW_IN_FULLSCREEN
  22. C_DEFINES=$(C_DEFINES) -DDISABLE_SHADOW_IN_FULLSCREEN
  23. !ENDIF
  24. !IFNDEF OS_WINCE
  25. SMART_SIZING=1
  26. !ENDIF
  27. !IFDEF SMART_SIZING
  28. C_DEFINES=$(C_DEFINES) -DSMART_SIZING
  29. !ENDIF
  30. !IFDEF TSC_USE_GDIPLUS
  31. C_DEFINES=$(C_DEFINES) -DUSE_GDIPLUS
  32. !ENDIF
  33. INCLUDES = $(SDK_INC_PATH)\gdiplus; \
  34. $(INCLUDES)
  35. #
  36. # List of sources
  37. #
  38. SOURCES_PLATFORM =
  39. CLIENT_SOURCES_RC = \
  40. CLIENT_SOURCES_COMMON = \
  41. ..\abdapi.cpp \
  42. ..\clicense.cpp \
  43. ..\aco.cpp \
  44. ..\uiapi.cpp \
  45. ..\uiint.cpp \
  46. ..\ccapi.cpp \
  47. ..\ccfsm.cpp \
  48. ..\ih.cpp \
  49. ..\ihint.cpp \
  50. ..\orapi.cpp \
  51. ..\orint.cpp \
  52. ..\fsapi.cpp \
  53. ..\slapi.cpp \
  54. ..\slint.cpp \
  55. ..\nlapi.cpp \
  56. ..\ncapi.cpp \
  57. ..\nccb.cpp \
  58. ..\mcsapi.cpp \
  59. ..\mcsint.cpp \
  60. ..\tdapi.cpp \
  61. ..\tdint.cpp \
  62. ..\wtdapi.cpp \
  63. ..\wtdint.cpp \
  64. ..\cmapi.cpp \
  65. ..\wcmint.cpp \
  66. ..\odapi.cpp \
  67. ..\odint.cpp \
  68. ..\opapi.cpp \
  69. ..\opint.cpp \
  70. ..\spapi.cpp \
  71. ..\clxapi.cpp \
  72. ..\ghapi.cpp \
  73. ..\ghint.cpp \
  74. ..\uhapi.cpp \
  75. ..\uhint.cpp \
  76. ..\rcvapi.cpp \
  77. ..\sndapi.cpp \
  78. ..\cdapi.cpp \
  79. ..\cdint.cpp \
  80. ..\xtapi.cpp \
  81. ..\cchannel.cpp \
  82. ..\bbar.cpp \
  83. ..\objs.cpp \
  84. ..\arcdlg.cpp \
  85. ..\drawninegrid.cpp \
  86. ..\capienc.cpp
  87. CLIENT_SOURCES_LAST = \
  88. ..\wxlint.cpp
  89. SOURCES = \
  90. $(CLIENT_SOURCES_RC) \
  91. $(SOURCES_PLATFORM) \
  92. $(CLIENT_SOURCES_COMMON) \
  93. $(CLIENT_SOURCES_LAST)
  94. #
  95. # Precompiled specs
  96. #
  97. PRECOMPILED_CXX=1
  98. PRECOMPILED_INCLUDE = ..\adcg.h
  99. PRECOMPILED_PCH = adcg.pch