WindowsXP-SP1/termsrv/license/lsreport/sources
2020-09-30 16:53:49 +02:00

81 lines
1.6 KiB
Plaintext

!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