19 lines
310 B
Plaintext
19 lines
310 B
Plaintext
|
PROJDIR=..\..
|
||
|
!include $(PROJDIR)\makefile.inc
|
||
|
|
||
|
TARGETNAME=advcfg
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=$(PROJDIR)\shell\inc; \
|
||
|
$(PROJDIR)\shell\inc\$(O);\
|
||
|
$(PROJDIR)\inc; \
|
||
|
$(SHELL_INC_PATH)
|
||
|
|
||
|
|
||
|
SOURCES=\
|
||
|
acbind.cpp \
|
||
|
aclist.cpp \
|
||
|
acsheet.cpp \
|
||
|
actree.cpp \
|
||
|
order.cpp
|