34 lines
548 B
Plaintext
34 lines
548 B
Plaintext
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
|