53 lines
973 B
Plaintext
53 lines
973 B
Plaintext
|
PROJDIR=..\..
|
||
|
|
||
|
!include $(PROJDIR)\makefile.inc
|
||
|
|
||
|
TARGETNAME=be
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
# We need $(SHELL_INC_PATH) for shlwapip.h
|
||
|
INCLUDES=\
|
||
|
$(PROJDIR)\netcfg\inc;\
|
||
|
$(PROJDIR)\inc;\
|
||
|
$(SHELL_INC_PATH)
|
||
|
|
||
|
SOURCES=\
|
||
|
adapter.cpp \
|
||
|
bindings.cpp \
|
||
|
classinst.cpp \
|
||
|
comp.cpp \
|
||
|
complist.cpp \
|
||
|
comprefs.cpp \
|
||
|
diag.cpp \
|
||
|
dihook.cpp \
|
||
|
ecomp.cpp \
|
||
|
filtdev.cpp \
|
||
|
filtdevs.cpp \
|
||
|
friendly.cpp \
|
||
|
guisetup.cpp \
|
||
|
ibind.cpp \
|
||
|
iclass.cpp \
|
||
|
icomp.cpp \
|
||
|
ienum.cpp \
|
||
|
inetcfg.cpp \
|
||
|
install.cpp \
|
||
|
lanamap.cpp \
|
||
|
lockdown.cpp \
|
||
|
modify.cpp \
|
||
|
ncprsht.cpp \
|
||
|
ncwins.cpp \
|
||
|
netcfg.cpp \
|
||
|
notify.cpp \
|
||
|
obotoken.cpp \
|
||
|
persist.cpp \
|
||
|
pnpbind.cpp \
|
||
|
pszarray.cpp \
|
||
|
provider.cpp \
|
||
|
regbind.cpp \
|
||
|
remove.cpp \
|
||
|
stable.cpp \
|
||
|
upgrade.cpp \
|
||
|
util.cpp \
|
||
|
wrlock.cpp \
|
||
|
wscfg.cpp
|