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.

69 lines
1.7 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. SRC_ROOT=..\..\..\..
  15. TERMSRV_ROOT = ..\..\..
  16. TSHRCLNT_ROOT = ..\..
  17. # wincecom.inc must be before common.inc
  18. !include $(TERMSRV_ROOT)\common\wincecom.inc
  19. !include $(TERMSRV_ROOT)\common\newcommon.inc
  20. # common.inc defines C_DEFINES, but WinCE uses CDEFINES
  21. CDEFINES = $(CDEFINES) $(C_DEFINES) -DUSE_LICENSE -DENFORCE_LICENSE -DENABLE_BMP_CACHING_FOR_WINCE -DDC_NO_UNALIGNED -DAXCORE -DUSE_BBAR
  22. CDEFINES = $(CDEFINES) /UDRAW_NINEGRID /UDRAW_GDIPLUS
  23. CDEFINES=$(CDEFINES) $(CLIENT_EXE_CDEFS)
  24. LIBDEFINES=$(LIBDEFINES) -ignore:4221
  25. CONDITIONAL_INCLUDES=common16.h stddef.h ntddk.h time.h sys\timeb.h ctxver.h \
  26. olenls.h ver.h direct.h errno.h dos.h
  27. INCLUDES= \
  28. $(INCLUDES); \
  29. $(TERMSRV_ROOT)\ntinc\tsext; \
  30. $(TERMSRV_ROOT)\ntinc\crypto; \
  31. $(SRC_ROOT)\public\internal\termsrv\inc; \
  32. $(TERMSRV_ROOT)\wince\inc
  33. MAJORCOMP=TShrClnt
  34. MINORCOMP=core
  35. TARGETNAME=core
  36. RELEASETYPE=CUSTOM
  37. TARGETPATH=$(TSHRCLNT_ROOT)\LIB\WINCE\$(_CPUINDPATH)
  38. TARGETTYPE=LIBRARY
  39. # Setting WINCEOEM allows us to get the OEM header files and functions
  40. WINCEOEM=1
  41. !include ..\core.inc
  42. !if "$(WINCEDEBUG)" == "debug"
  43. SOURCES = $(SOURCES) ..\eosint.cpp
  44. !endif
  45. PRECOMPILED_INCLUDE =
  46. PRECOMPILED_PCH =
  47. PRECOMPILED_CXX =