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.

26 lines
411 B

  1. PROJDIR=.
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=NATUPnP
  4. TARGETTYPE=LIBRARY
  5. INCLUDES=\
  6. $(INCLUDES); \
  7. ..\inc; \
  8. $(NET_INC_PATH) \
  9. USE_NATIVE_EH=1
  10. USER_C_FLAGS=$(USER_C_FLAGS) /EHa
  11. SOURCES=\
  12. natupnpp.idl \
  13. natupnpp_i.c \
  14. IGFClsid.c \
  15. UPnPNAT.cpp \
  16. DPrtMapC.cpp \
  17. DPortMap.cpp \
  18. SPrtMapC.cpp \
  19. SPortMap.cpp \
  20. NATEM.cpp \
  21. NATUtils.cpp