admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
1394
atm
config
ddk
dhcp
diagnostics
dlc
homenet
ias
inc
ipsec
irda
jet500
layer2svc
lib
mcast
mmc
ndis
netbeui
netbios
netbt
netevent
nwlink
published
qos
rndis
rras
sfm
snmp
sockets
streams
tapi
tcpip
tdi
unimodem
upnp
winnet
wins
wlbs
api
componentdef
control
driver
inc
installpack
inf
install
makefile
sources
uninstall
dirs
dlg.txt
error.h
idls.idl
implinc.cpp
install.cpp
list.txt
pch.h
readme.txt
snetcfg.cpp
snetcfg.h
snetcfg.rc
tracelog.cpp
tracelog.h
uninstall.cpp
nlbkd
nlbmgr
util
utilities
wmi
wmi2
xml
dirs
private-changes.txt
branch-reasons-and-info.txt
dirs
makefil0
owners.txt
project.mk
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
37 lines
849 B
Plaintext
37 lines
849 B
Plaintext
# Request by AppCenter on 1.9.01 to revert to old name due to RTM proximity.
|
|
#TARGETNAME=Install
|
|
TARGETNAME=NLBWizard
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
RCOPTIONS=-N
|
|
UMENTRY=wmain
|
|
UMTYPE=windows
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
USE_RTTI=1
|
|
USE_STATIC_ATL=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(SDK_LIB_PATH)\wbemuuid.lib \
|
|
$(SDK_LIB_PATH)\rtutils.lib \
|
|
$(SDK_LIB_PATH)\mfc42.lib
|
|
|
|
SOURCES=\
|
|
..\install.cpp \
|
|
..\snetcfg.rc \
|
|
..\snetcfg.cpp \
|
|
..\implinc.cpp \
|
|
..\tracelog.cpp \
|
|
..\idls.idl
|