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.

86 lines
1.6 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. MAJORCOMP=ntos
  15. MINORCOMP=dd
  16. SIGNMODULE_CMD=CERTADD
  17. C_DEFINES=$(C_DEFINES) -DUNICODE -DOS_WINNT -DTRC_COMPILE_LEVEL=0 -DDLL_DISP -DINC_SCH\
  18. -DNODEFAULTLIB $(DDINT3)
  19. !if "$(FREEBUILD)" == "1"
  20. C_DEFINES=$(C_DEFINES) -DTRC_COMPILE_LEVEL=5
  21. !if "$(BUILD_PRF)"!="1"
  22. C_DEFINES=$(C_DEFINES) -DDC_NO_PERFORMANCE_MONITOR
  23. !endif
  24. !else
  25. MSC_OPTIMIZATION=/Odi
  26. C_DEFINES=$(C_DEFINES) -DTRC_COMPILE_LEVEL=0 -DDC_DEBUG \
  27. -DDC_NO_PERFORMANCE_MONITOR
  28. !endif
  29. TARGETNAME=RDPCDD
  30. TARGETPATH=obj
  31. TARGETTYPE=DRIVER
  32. TARGETLIBS=$(DDK_LIB_PATH)\videoprt.lib
  33. ALT_PROJECT=HYDRA
  34. ALT_PROJECT_TARGET=.
  35. INCLUDES = \
  36. ..\inc; \
  37. ..\..\inc; \
  38. ..\..\..\inc; \
  39. $(BASE_INC_PATH); \
  40. $(DRIVERS_INC_PATH); \
  41. BBTCOMP=1
  42. USE_LIBCNTPR=1
  43. !UNDEF USE_LIBCMT
  44. !UNDEF USE_MFC
  45. !UNDEF USE_MSVCRT
  46. USE_STATIC_MFC=1
  47. 386_STDCALL=1
  48. !UNDEF CHICAGO_PRODUCT
  49. !UNDEF CHICAGO_PROJECT
  50. !UNDEF WIN32_DEFINE
  51. !UNDEF NOT_LEAN_AND_MEAN
  52. !UNDEF CBSTRING
  53. MISCFILES = rdpcdd.inf
  54. #
  55. # List of sources
  56. #
  57. SOURCES=\
  58. nminport.rc \
  59. nmpapi.c \
  60. nmpdata.c \