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.
|
|
#Copyright (c) 1998 - 1999 Microsoft Corporation TERMSRV_ROOT = ..\..\..
MAJORCOMP=termsrv MINORCOMP=tsadmin
TARGETNAME=tsadmin TARGETPATH=obj TARGETTYPE=PROGRAM
SXS_ASSEMBLY_NAME=Microsoft.Windows.TSADMIN SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1 SXS_MANIFEST=tsadmin.exe.manifest SXS_MANIFEST_IN_RESOURCES=1
# ISOLATION_AWARE_ENABLED ==> use ui themes C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
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
|