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