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.

64 lines
1.2 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=wd
  16. C_DEFINES=-DUNICODE -DOS_WINNT
  17. TARGETNAME=PDMCS
  18. TARGETPATH=obj
  19. TARGETTYPE=LIBRARY
  20. ALT_PROJECT=HYDRA
  21. ALT_PROJECT_TARGET=$(ALT_PROJECT)
  22. INCLUDES = \
  23. ..\inc;\
  24. ..\..\inc;\
  25. ..\..\..\inc;\
  26. ..\..\..\..\inc\tsext;\
  27. $(DDK_INC_PATH)
  28. DLLORDER=$(TARGETNAME).prf
  29. # We want to use profiler info in pdmcs.prf, whether or not available.
  30. NTPROFILEINPUT=yes
  31. #
  32. # Setup for application developer to set breakpoints with windbg
  33. #
  34. SOURCES=IcaIFace.c \
  35. Decode.c \
  36. X224.c \
  37. ConPDU.c \
  38. DomPDU.c \
  39. MCSIoctl.c \
  40. MCSCore.c \
  41. MCSKAPI.c \
  42. SList.c
  43. PRECOMPILED_INCLUDE=precomp.h
  44. PRECOMPILED_PCH=precomp.pch
  45. PRECOMPILED_OBJ=precomp.obj