56 lines
2.1 KiB
Plaintext
56 lines
2.1 KiB
Plaintext
!INCLUDE ..\..\..\..\PLACE.INC
|
|
|
|
TARGETNAME=ulutil
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=$(INCLUDES); \
|
|
$(BASEDIR)\private\ntos\inc; \
|
|
$(BASEDIR)\private\inc; \
|
|
$(IISBASEDIR)\iisrearc\inc; \
|
|
$(IISBASEDIR)\inc
|
|
|
|
SOURCES= \
|
|
ulutil.c \
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
UMAPPL=tsrv*tfile*tsec*tperf*tnagle*techo*tqueue*tcgsec*ttrans*tfilt*tfilt2*tupfilt*tlog*tctr*tover*tmultiecho
|
|
UMRES=$(@R).res
|
|
|
|
UMLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(IISBASEDIR)\lib\$(O)\httpapi.lib \
|
|
$(O)\ulutil.lib \
|
|
|
|
NTTARGETFILE0= \
|
|
$(O)\tsrv.res \
|
|
$(O)\tfile.res \
|
|
$(O)\tsec.res \
|
|
$(O)\tperf.res \
|
|
$(O)\tover.res \
|
|
$(O)\tnagle.res \
|
|
$(O)\techo.res \
|
|
$(O)\tqueue.res \
|
|
$(O)\tcgsec.res \
|
|
$(O)\ttrans.res \
|
|
$(O)\tfilt.res \
|
|
$(O)\tfilt2.res \
|
|
$(O)\tupfilt.res \
|
|
$(O)\tlog.res \
|
|
$(O)\tctr.res \
|
|
$(O)\tmultiecho.res \
|
|
|
|
|
|
!IF "$(NTNOPCH)" == ""
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
!ENDIF
|
|
|