49 lines
914 B
Plaintext
49 lines
914 B
Plaintext
|
PROJDIR=..\..
|
||
|
|
||
|
!include $(PROJDIR)\makefile.inc
|
||
|
|
||
|
TARGETNAME=netsetup
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
|
||
|
|
||
|
INCLUDES=\
|
||
|
$(PROJDIR)\shell\inc;\
|
||
|
$(PROJDIR)\shell\inc\$(O);\
|
||
|
$(PROJDIR)\inc;\
|
||
|
$(NET_INC_PATH);\
|
||
|
$(SHELL_INC_PATH)
|
||
|
|
||
|
SOURCES=\
|
||
|
afileint.cpp \
|
||
|
afilexp.cpp \
|
||
|
edc.cpp \
|
||
|
errorlog.cpp \
|
||
|
hnethlp.cpp \
|
||
|
ncident.cpp \
|
||
|
netsetup.cpp \
|
||
|
netsetup.rc \
|
||
|
oemupgrd.cpp \
|
||
|
upgrade.cpp \
|
||
|
wexit.cpp \
|
||
|
wfinish.cpp \
|
||
|
wgenericpage.cpp\
|
||
|
wguard.cpp \
|
||
|
winstall.cpp \
|
||
|
wisp.cpp \
|
||
|
wizard.cpp \
|
||
|
wjoin.cpp \
|
||
|
wmain.cpp \
|
||
|
wconnect.cpp \
|
||
|
winternet.cpp \
|
||
|
wadvanced.cpp \
|
||
|
wmainint.cpp \
|
||
|
wnetdev.cpp \
|
||
|
wsetup.cpp \
|
||
|
wupgrade.cpp \
|
||
|
compid.cpp \
|
||
|
nslog.cpp \
|
||
|
ncsysprp.cpp \
|
||
|
wmi.cpp \
|
||
|
icsupgrd.cpp
|