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

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=rcmd
MINORCOMP=server
#
# The TARGETNAME variable is defined by the developer. It is the name of
# the target (component) that is being built by this makefile. It
# should NOT include any path or file extension information.
#
TARGETNAME=rcmdsvc
TARGETPATH=obj
TARGETTYPE=PROGRAM
BINPLACE_PLACEFILE=$(BASEDIR)\private\ntrk\placerk.txt
ALT_PROJECT_TARGET=reskit
MISCFILES = \
oemnsvrc.inf
#
# The INCLUDES variable specifies any include paths that are specific to
# this source directory. Separate multiple directory paths with single
# semicolons. Relative path specifications are okay.
#
INCLUDES=..\inc.
USE_CRTDLL=1
#
# The SOURCES variable is defined by the developer. It is a list of all the
# source files for this component. Each source file should be on a separate
# line using the line continuation character. This will minimize merge
# conflicts if two developers adding source files to the same component.
#
!if defined(DEBUG)
C_DEFINES = -DRcDbgPrintEnable=TRUE
!else
C_DEFINES = -DRcDbgPrintEnable=FALSE
!endif
SOURCES=rcmdsvc.c \
rcmdsrv.c \
pipe.c \
async.c \
session.c \
lsautil.c \
server.rc
UMTYPE=console
UMLIBS= \
$(BASEDIR)\public\sdk\lib\*\ntdll.lib