mirror of https://github.com/tongzx/nt5src
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.
80 lines
1.5 KiB
80 lines
1.5 KiB
!IF 0
|
|
|
|
Copyright Microsoft Corporation, 1998
|
|
|
|
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: t-bstern
|
|
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TERMSRV_ROOT = ..\..
|
|
LICENSE_ROOT = ..
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
ALT_PROJECT=HYDRA
|
|
ALT_PROJECT_TARGET=.
|
|
|
|
MAJORCOMP=console
|
|
MINORCOMP=lsreport
|
|
|
|
TARGETNAME=lsreport
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
COMMON_ROOT = $(TERMSRV_ROOT)\COMMON
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
|
|
MSC_WARNING_LEVEL=/W4
|
|
|
|
SOURCES = \
|
|
main.cpp \
|
|
lsreport.rc \
|
|
lsreport.cpp
|
|
|
|
##CLIENT_LIB_PATH=$(LSERVER_ROOT)\lib
|
|
CLIENT_INC_PATH=$(LSERVER_ROOT)\legacy\inc;$(LSERVER_ROOT)\include;
|
|
##RPC_CLIENTLIB =$(CLIENT_LIB_PATH)\*\client.lib
|
|
|
|
INCLUDES= \
|
|
$(CLIENT_INC_PATH); \
|
|
$(LICENSE_ROOT)\inc; \
|
|
$(LICENSE_ROOT)\TLServer\server; \
|
|
$(LICENSE_ROOT)\TLServer\include; \
|
|
$(LICENSE_ROOT)\TLServer\include\$(O); \
|
|
$(LICENSE_ROOT)\TLServer\tls236; \
|
|
$(TERMSRV_ROOT)\admtools\inc; \
|
|
$(COMMON_ROOT)\license\inc
|
|
|
|
|
|
C_DEFINES=-D_UNICODE -DUNICODE -DSTRICT
|
|
|
|
USE_MSVCRT=1
|
|
|
|
UMLIBS= \
|
|
$(TERMSRV_ROOT)\lib\$(O)\mstlsapi.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|