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.
|
|
!IF 0
Copyright (c) Microsoft Corporation
!ENDIF
NT_UP=0 !include $(PROJECT_ROOT)\ntos\ntoskrnl.inc MAJORCOMP=ntos MINORCOMP=krtl
TARGETNAME=ntosrtl TARGETTYPE=LIBRARY TARGETPATH=obj
INCLUDES=..;..\..\inc;$(DDK_INC_PATH);$(DS_INC_PATH);$(SDKTOOLS_INC_PATH)
C_DEFINES=$(C_DEFINES) -DNTOS_KERNEL_RUNTIME=1 C_DEFINES=$(C_DEFINES) -DUSE_RTL_ASSERT2=1
ASM_DEFINES=-DNTOS_KERNEL_RUNTIME=1
SOURCES=..\acledit.c \ ..\add2stra.c \ ..\add2strw.c \ ..\assert.c \ ..\atom.c \ ..\avltable.c \ ..\bitmap.c \ ..\bootstatus.c\ ..\checksum.c \ ..\compress.c \ ..\cnvint.c \ ..\debug.c \ ..\eballoc.c \ ..\environ.c \ ..\error.c \ ..\excptdbg.c \ ..\gentable.c \ ..\gen8dot3.c \ ..\guid.c \ ..\heap.c \ ..\imagedir.c \ ..\intbits.c \ ..\ldrrsrc.c \ ..\ldrreloc.c \ ..\lznt1.c \ ..\message.c \ ..\nls.c \ ..\nlsxlat.c \ ..\pctohdr.c \ ..\peb.c \ ..\prefix.c \ ..\prodtype.c \ ..\random.c \ ..\range.c \ ..\regutil.c \ ..\rtlassig.c \ ..\rtldata.c \ ..\rtlexec.c \ ..\rxact.c \ ..\sertl.c \ ..\splay.c \ ..\str2adda.c \ ..\str2addw.c \ ..\string.c \ ..\stktrace.c \ ..\sysvol.c \ ..\time.c \ ..\tracedb.c \ ..\version.c \ ..\xencode.c
UMTYPE=console
NTTARGETFILES=
|