15 lines
203 B
Plaintext
15 lines
203 B
Plaintext
PROJDIR=..\..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=dun
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\inc;\
|
|
$(PROJDIR)\shell\inc\$(O);\
|
|
$(PROJDIR)\shell\inc;
|
|
|
|
SOURCES=\
|
|
dunimport.cpp
|