Leaked source code of windows server 2003
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.
|
|
!IF 0
Copyright (c) 1989-1999 Microsoft Corporation
Module Name:
sources.
!ENDIF
TARGETNAME=exts TARGETPATH=obj TARGETTYPE=DYNLINK
DLLENTRY=_DllMainCRTStartup
PRECOMPILED_INCLUDE=precomp.h PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj
MSC_WARNING_LEVEL=/W3 /WX
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\dbgeng.lib
USE_MSVCRT=1
UMTYPE=windows
# ICF doesn't do any good for this image. Turn it off. LINKER_NOICF=1
INCLUDES = ..\..\dbg-common
SOURCES= atom.c \ critsect.c \ dlls.cpp \ deadlock.c \ exts.cpp \ gflagext.c \ heap.c \ help.c \ heapleak.c \ heapfind.c \ heappagx.c \ heappagxXP.c \ image.cpp \ kuser.c \ peb.c \ psr.c \ sddump.c \ slist.c \ tls.cpp \ token.c \ util.c \ verifier.c \ exts.rc
|