67 lines
1.4 KiB
Plaintext
67 lines
1.4 KiB
Plaintext
#Copyright (c) 1998 - 1999 Microsoft Corporation
|
|
MAJORCOMP=winutils
|
|
MINORCOMP=wincfg
|
|
|
|
TARGETNAME=tscfg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
# uncomment the following to build with 3D Control support
|
|
#USING_3DCONTROLS=1
|
|
|
|
## comment the following lines to build without WINSTA.DLL support
|
|
WINSTA=-DWINSTA
|
|
C_DEFINES=$(WINSTA) $(C_DEFINES)
|
|
|
|
## un-comment the following lines to build with NASICALL.DLL support
|
|
#NASI=-DNASI
|
|
#C_DEFINES=$(NASI) $(C_DEFINES)
|
|
|
|
USE_MFCUNICODE=1
|
|
SUBSYSTEM_VERSION=4.00
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
SOURCES=\
|
|
wincfg.rc\
|
|
wincfg.cpp\
|
|
appsvdoc.cpp\
|
|
appsvvw.cpp\
|
|
dialogs.cpp\
|
|
helpers.cpp\
|
|
mainfrm.cpp\
|
|
threads.cpp\
|
|
atdlg.cpp\
|
|
ewsdlg.cpp\
|
|
anasidlg.cpp\
|
|
optdlg.cpp\
|
|
security.c\
|
|
rowview.cpp\
|
|
led.cpp\
|
|
common.c\
|
|
basedrpe.cpp\
|
|
basedrpl.cpp\
|
|
basedlg.cpp \
|
|
|
|
UMLIBS=\
|
|
..\..\utilsub\obj\*\utilsub.lib \
|
|
$(TERMSRV_LIB_PATH)\utildll.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
!IFDEF WINSTA
|
|
$(SDK_LIB_PATH)\winsta.lib \
|
|
!ENDIF
|
|
$(TERMSRV_LIB_PATH)\regapi.lib \
|
|
!IFDEF NASI
|
|
$(SDK_LIB_PATH)\nasicall.lib \
|
|
!ENDIF
|