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.

33 lines
548 B

  1. PROJDIR=..\..\..
  2. TARGETNAME=udhhttp
  3. TARGETTYPE=LIBRARY
  4. TARGETPATHLIB=obj
  5. !include $(PROJDIR)\makefile.inc
  6. C_DEFINES=$(C_DEFINES) -DUNDER_NT
  7. INCLUDES=\
  8. $(PROJDIR)\inc; \
  9. $(PROJDIR)\host\upnphost\inc; \
  10. $(PROJDIR)\host\inc; \
  11. $(PROJDIR)\inc\$(O);
  12. SOURCES=\
  13. asp.cpp \
  14. auth.cpp \
  15. buffio.cpp \
  16. callback.cpp \
  17. extns.cpp \
  18. filters.cpp \
  19. httpmain.cpp \
  20. isapi.cpp \
  21. log.cpp \
  22. parser.cpp \
  23. request.cpp \
  24. response.cpp \
  25. svsutil.cpp \
  26. utilmem.cpp \
  27. utilmemf.cpp \
  28. vroots.cpp