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.

77 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. MAJORCOMP=rcmd
  15. MINORCOMP=server
  16. #
  17. # The TARGETNAME variable is defined by the developer. It is the name of
  18. # the target (component) that is being built by this makefile. It
  19. # should NOT include any path or file extension information.
  20. #
  21. TARGETNAME=rcmdsvc
  22. TARGETPATH=obj
  23. TARGETTYPE=PROGRAM
  24. BINPLACE_PLACEFILE=$(BASEDIR)\private\ntrk\placerk.txt
  25. ALT_PROJECT_TARGET=reskit
  26. MISCFILES = \
  27. oemnsvrc.inf
  28. #
  29. # The INCLUDES variable specifies any include paths that are specific to
  30. # this source directory. Separate multiple directory paths with single
  31. # semicolons. Relative path specifications are okay.
  32. #
  33. INCLUDES=..\inc.
  34. USE_CRTDLL=1
  35. #
  36. # The SOURCES variable is defined by the developer. It is a list of all the
  37. # source files for this component. Each source file should be on a separate
  38. # line using the line continuation character. This will minimize merge
  39. # conflicts if two developers adding source files to the same component.
  40. #
  41. !if defined(DEBUG)
  42. C_DEFINES = -DRcDbgPrintEnable=TRUE
  43. !else
  44. C_DEFINES = -DRcDbgPrintEnable=FALSE
  45. !endif
  46. SOURCES=rcmdsvc.c \
  47. rcmdsrv.c \
  48. pipe.c \
  49. async.c \
  50. session.c \
  51. lsautil.c \
  52. server.rc
  53. UMTYPE=console
  54. UMLIBS= \
  55. $(BASEDIR)\public\sdk\lib\*\ntdll.lib