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.
|
|
!include $(PROJECT_ROOT)\boot\loader_dbg.inc
TARGETNAME=bldrrtl_dbg TARGETPATH=obj TARGETTYPE=LIBRARY
INCLUDES=..;..\..\inc;$(SDKTOOLS_INC_PATH)
C_DEFINES=$(C_DEFINES) -DBLDR_KERNEL_RUNTIME=1
ASM_DEFINES=-DBLDR_KERNEL_RUNTIME=1
SOURCES=..\assert.c \ ..\bitmap.c \ ..\cnvint.c \ ..\debug.c \ ..\imagedir.c \ ..\rtlimagentheader.c \ ..\checksum.c \ ..\compress.c \ ..\ldrreloc.c \ ..\lznt1.c \ ..\time.c \ ..\nlsxlat.c \ ..\xdecode.c \ ..\sertl.c
UMTYPE=console
# No overflow checking for the loader BUFFER_OVERFLOW_CHECKS=0
|