22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
|
PROJDIR=..\..
|
||
|
|
||
|
!include $(PROJDIR)\makefile.inc
|
||
|
|
||
|
TARGETNAME=wanui
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=\
|
||
|
$(PROJDIR)\shell\inc;\
|
||
|
$(PROJDIR)\shell\inc\$(O);\
|
||
|
$(PROJDIR)\inc; \
|
||
|
$(SHELL_INC_PATH);
|
||
|
|
||
|
SOURCES=\
|
||
|
dialupui.cpp \
|
||
|
directui.cpp \
|
||
|
inbui.cpp \
|
||
|
rasui.cpp \
|
||
|
vpnui.cpp \
|
||
|
intnetui.cpp \
|
||
|
pppoeui.cpp
|