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.
57 lines
1.1 KiB
57 lines
1.1 KiB
#Copyright (c) 1998 - 1999 Microsoft Corporation
|
|
TERMSRV_ROOT = ..\..\..
|
|
|
|
MAJORCOMP=termsrv
|
|
MINORCOMP=tsadmin
|
|
|
|
TARGETNAME=tsadmin
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
USE_MFCUNICODE=1
|
|
USE_MSVCRT=1
|
|
SUBSYSTEM_VERSION=4.00
|
|
#BROWSER_INFO=0
|
|
|
|
#Uncomment the next line for a stress build
|
|
#C_DEFINES = $(C_DEFINES) -D_STRESS_BUILD
|
|
|
|
SOURCES=\
|
|
winadmin.rc\
|
|
admindoc.cpp\
|
|
allsrvpg.cpp\
|
|
allsrvvw.cpp\
|
|
basetree.cpp\
|
|
blankvw.cpp\
|
|
colsort.cpp\
|
|
dialogs.cpp\
|
|
domain.cpp\
|
|
domainvw.cpp\
|
|
domainpg.cpp\
|
|
mainfrm.cpp\
|
|
msgview.cpp \
|
|
procs.cpp\
|
|
rtpane.cpp\
|
|
server.cpp\
|
|
servervw.cpp\
|
|
servpgs.cpp\
|
|
stdafx.cpp\
|
|
threads.cpp\
|
|
treeview.cpp\
|
|
winadmin.cpp\
|
|
winspgs.cpp\
|
|
winsvw.cpp
|
|
|
|
TARGETLIBS=\
|
|
$(TERMSRV_LIB_PATH)\regapi.lib \
|
|
$(SDK_LIB_PATH)\winsta.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(DS_LIB_PATH)\netapi32p.lib \
|
|
$(TERMSRV_LIB_PATH)\utildll.lib \
|
|
..\..\utilsub\$(O)\utilsub.lib \
|
|
$(SDK_LIB_PATH)\htmlhelp.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib
|
|
|