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.
|
|
!INCLUDE ..\..\..\PLACE.INC
TARGETNAME=ulkd TARGETTYPE=DYNLINK TARGETPATH=$(_OBJ_DIR)
USECXX_FLAG=/Tp C_DEFINES=$(C_DEFINES) -DUSE_DEBUG_CRTS
# USE_NTDLL=1 USE_CRTDLL=1
NT_UP=0
SOURCES= \ apool.c \ buff.c \ conn.c \ cgroup.c \ dbgutil.c \ ds.c \ dumpers.c \ endp.c \ file.c \ filt.c \ glob.c \ help.c \ httpreq.c \ httpres.c \ irp.c \ kdexts.c \ kqueue.c \ lock.c \ mdl.c \ opaqueid.c \ ownref.c \ ref.c \ replenish.c \ tdiutil.c \ thrdpool.c \ time.c \ uri.c \ ulkd.rc \
INCLUDES=$(INCLUDES); \ $(DDK_INC_PATH); \ $(BASE_INC_PATH); \ $(NET_INC_PATH); \ $(IISBASEDIR)\iisrearc\inc; \ $(IISBASEDIR)\inc
TARGETLIBS= \ $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
UMTYPE=windows
!IF "$(NTNOPCH)" == "" PRECOMPILED_INCLUDE=precomp.h PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj PRECOMPILED_CXX=1 !ENDIF
|