mirror of https://github.com/tongzx/nt5src
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
33 lines
548 B
PROJDIR=..\..\..
|
|
|
|
TARGETNAME=udhhttp
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATHLIB=obj
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNDER_NT
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\inc; \
|
|
$(PROJDIR)\host\upnphost\inc; \
|
|
$(PROJDIR)\host\inc; \
|
|
$(PROJDIR)\inc\$(O);
|
|
|
|
SOURCES=\
|
|
asp.cpp \
|
|
auth.cpp \
|
|
buffio.cpp \
|
|
callback.cpp \
|
|
extns.cpp \
|
|
filters.cpp \
|
|
httpmain.cpp \
|
|
isapi.cpp \
|
|
log.cpp \
|
|
parser.cpp \
|
|
request.cpp \
|
|
response.cpp \
|
|
svsutil.cpp \
|
|
utilmem.cpp \
|
|
utilmemf.cpp \
|
|
vroots.cpp
|