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.

114 lines
2.4 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. Nadim Abdo - Dec 8 1999
  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 #-- CE doesnt support the functionality required by this
  19. DISABLE_SHADOW_IN_FULLSCREEN = 1
  20. !IFDEF DISABLE_SHADOW_IN_FULLSCREEN
  21. C_DEFINES=$(C_DEFINES) -DDISABLE_SHADOW_IN_FULLSCREEN
  22. !ENDIF
  23. # SMART_SIZING=1 -- remove for WinCE
  24. !IFDEF SMART_SIZING
  25. C_DEFINES=$(C_DEFINES) -DSMART_SIZING
  26. !ENDIF
  27. INCLUDES = \
  28. $(INCLUDES); \
  29. $(SDK_INC_PATH)\atl30; \
  30. $(TERMSRV_ROOT)\common\inc; \
  31. $(TERMSRV_ROOT)\common\license\inc; \
  32. $(TSHRCLNT_ROOT)\newinc; \
  33. $(BASEDIR)\public\sdk\inc; \
  34. $(BASEDIR)\public\sdk\inc\hydra; \
  35. $(TERMSRV_ROOT)\common\clientidl\tsax\$(O); \
  36. $(INCLUDES)
  37. #
  38. # List of sources
  39. #
  40. SOURCES_PLATFORM =
  41. CLIENT_SOURCES_RC = \
  42. ..\uires_ce.rc
  43. CLIENT_SOURCES_COMMON = \
  44. ..\contwnd.cpp \
  45. ..\axhostwnd.cpp \
  46. ..\olecli.cpp \
  47. ..\shapi.cpp \
  48. ..\shint.cpp \
  49. ..\dlgbase.cpp \
  50. ..\aboutdlg.cpp \
  51. ..\validatedlg.cpp \
  52. ..\connectingdlg.cpp \
  53. ..\discodlg.cpp \
  54. ..\shutdowndlg.cpp \
  55. ..\mallocdbgdlg.cpp \
  56. ..\thruputdlg.cpp \
  57. ..\cachewrndlg.cpp \
  58. ..\evsink.cpp \
  59. ..\tscsetting.cpp \
  60. ..\rdpfstore.cpp \
  61. ..\rmigrate.cpp \
  62. ..\tscapp.cpp \
  63. ..\propgeneral.cpp \
  64. ..\propdisplay.cpp \
  65. ..\propperf.cpp \
  66. ..\proprun.cpp \
  67. ..\proplocalres.cpp \
  68. ..\autocmpl.cpp \
  69. ..\enumsrvmru.cpp \
  70. ..\browsedlg.cpp \
  71. ..\maindlg.cpp \
  72. ..\framewnd.cpp \
  73. ..\fstream.cpp \
  74. ..\security.cpp \
  75. ..\rdrwrndlg.cpp
  76. CLIENT_SOURCES_LAST = \
  77. ..\clshell.cpp
  78. SOURCES = \
  79. $(CLIENT_SOURCES_RC) \
  80. $(SOURCES_PLATFORM) \
  81. $(CLIENT_SOURCES_COMMON) \
  82. $(CLIENT_SOURCES_LAST)
  83. #
  84. # Precompiled specs
  85. #
  86. #PRECOMPILED_INCLUDE=
  87. #PRECOMPILED_SOURCEFILE=
  88. #PRECOMPILED_CXX=1