Leaked source code of windows server 2003
 
 
 
 
 
 

61 lines
1.1 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
TERMSRV_ROOT = ..\..
MAJORCOMP=termsrv
MINORCOMP=rdpcfgex
TARGETNAME=rdpcfgex
TARGETPATHLIB=$(TERMSRV_ROOT)\lib\$(_OBJ_DIR)
TARGETPATH=obj
TARGETTYPE=DYNLINK
ALT_PROJECT=HYDRA
ALT_PROJECT_TARGET=.
# Here, windows\inc
INCLUDES = \
..; \
$(TERMSRV_ROOT)\inc; \
$(TERMSRV_ROOT)\common\inc; \
$(TERMSRV_ROOT)\winsta\inc; \
USE_MAPSYM=1
C_DEFINES=-DUNICODE
DLLDEF=rdpcfgex.def
DLLENTRY=DllMain
DLLBASE=0x50000000
SOURCES = \
rdpcfgex.c \
res.rc
TARGETLIBS= \
$(SDK_LIB_PATH)\kernel32.lib \
$(TERMSRV_ROOT)\lib\$(O)\tssec.lib
USE_MSVCRT=1