2025-04-27 07:49:33 -04:00

20 lines
342 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