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.
50 lines
888 B
50 lines
888 B
!include ..\..\..\place.inc
|
|
|
|
|
|
MAJORCOMP=inetstp
|
|
MINORCOMP=inetstp
|
|
|
|
TARGETNAME=inetstp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
USE_MFC=1
|
|
SUBSYSTEM_VERSION=4.00
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
C_DEFINES=$(C_DEFINES) -D_COMSTATIC
|
|
|
|
INCLUDES=$(BASEDIR)\public\sdk\inc;\
|
|
$(BASEDIR)\private\inc;\
|
|
$(BASEDIR)\private\windows\inc;\
|
|
$(BASEDIR)\private\net\inc;\
|
|
$(BASEDIR)\private\net\sockets\internet\inc;
|
|
|
|
SOURCES=\
|
|
base2.cpp \
|
|
fileinfo.cpp \
|
|
basedlg.cpp \
|
|
copydlg.cpp \
|
|
copyfile.cpp \
|
|
diskloca.cpp \
|
|
machine.cpp \
|
|
maintena.cpp \
|
|
messaged.cpp \
|
|
mosaicga.cpp \
|
|
registry.cpp \
|
|
options.cpp \
|
|
welcomed.cpp \
|
|
vrootdlg.cpp \
|
|
inetstp.cpp \
|
|
dde.cpp \
|
|
targetdi.cpp \
|
|
thread.cpp \
|
|
billboar.cpp \
|
|
browsedi.cpp \
|
|
invdlg.cpp \
|
|
singleop.cpp
|
|
|