mirror of https://github.com/lianthony/NT4.0
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.
61 lines
1.3 KiB
61 lines
1.3 KiB
MAJORCOMP=rhino
|
|
MINORCOMP=wins
|
|
|
|
TARGETNAME=winsadmn
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
UMAPPL=winsadmn
|
|
UMRES=obj\*\winsadmn.res
|
|
|
|
USE_MFC=1
|
|
NOMFCPDB=1
|
|
# SUBSYSTEM_VERSION=4.00
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
INCLUDES=..\common\ipaddr; \
|
|
..\common\ipadrdll;\
|
|
..\common\classes; \
|
|
\nt\private\inc
|
|
|
|
SOURCES=\
|
|
ADDSTATI.CPP\
|
|
ADDWINSS.CPP\
|
|
CONFIGUR.CPP\
|
|
CONFIRMD.CPP\
|
|
CONNECTI.CPP\
|
|
EDITSTAT.CPP\
|
|
GETIPADD.CPP\
|
|
GETNETBI.CPP\
|
|
LISTBOX.CPP \
|
|
MAINFRM.CPP \
|
|
PREFEREN.CPP\
|
|
PULLPART.CPP\
|
|
PUSHPART.CPP\
|
|
REPLICAT.CPP\
|
|
SETMAPPI.CPP\
|
|
STATICMA.CPP\
|
|
STATISTI.CPP\
|
|
VIEWMAPP.CPP\
|
|
WINSADOC.CPP\
|
|
WINSSUP.CPP \
|
|
SELECTWI.CPP\
|
|
WINSFILE.CPP\
|
|
WINSADMN.RC
|
|
|
|
UMLIBS=obj\*\winsadmn.lib \
|
|
..\common\ipaddr\obj\*\ipaddr.lib \
|
|
..\common\ipadrdll\obj\*\ipadrdll.lib \
|
|
..\common\classes\obj\*\common.lib \
|
|
..\common\classes\obj\*\stdafx.obj \
|
|
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\winsrpc.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\shell32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib
|