19 lines
289 B
Plaintext
19 lines
289 B
Plaintext
PROJDIR=..\..\..
|
|
_UPNP_SSDP=1
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=ssdptimer
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib
|
|
|
|
INCLUDES= \
|
|
..\..\inc; \
|
|
$(PROJDIR)\inc
|
|
|
|
SOURCES= \
|
|
timer.cpp
|