Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
289 B

  1. PROJDIR=..\..\..
  2. _UPNP_SSDP=1
  3. !include $(PROJDIR)\makefile.inc
  4. TARGETNAME=ssdptimer
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. TARGETLIBS= \
  8. $(SDK_LIB_PATH)\kernel32.lib \
  9. $(SDK_LIB_PATH)\advapi32.lib
  10. INCLUDES= \
  11. ..\..\inc; \
  12. $(PROJDIR)\inc
  13. SOURCES= \
  14. timer.cpp