20 lines
316 B
Plaintext
20 lines
316 B
Plaintext
PROJDIR=..\..\..
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETPATH=obj
|
|
TARGETNAME=hostevt
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\inc; \
|
|
$(PROJDIR)\host\upnphost\inc; \
|
|
$(PROJDIR)\host\idl\$(O); \
|
|
$(PROJDIR)\host\inc; \
|
|
$(PROJDIR)\host\inc\$(O);
|
|
|
|
SOURCES=\
|
|
evtapi.cpp \
|
|
evtobj.cpp
|
|
|
|
|