summaryrefslogtreecommitdiffstats
path: root/private/ntos/rtl/user/sources
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/rtl/user/sources')
-rw-r--r--private/ntos/rtl/user/sources86
1 files changed, 86 insertions, 0 deletions
diff --git a/private/ntos/rtl/user/sources b/private/ntos/rtl/user/sources
new file mode 100644
index 000000000..0f72a0bf3
--- /dev/null
+++ b/private/ntos/rtl/user/sources
@@ -0,0 +1,86 @@
+!IF 0
+
+Copyright (c) 1989 Microsoft Corporation
+
+Module Name:
+
+ sources.
+
+Abstract:
+
+ This file specifies the target component being built and the list of
+ sources files needed to build that component. Also specifies optional
+ compiler switches and libraries that are unique for the component being
+ built.
+
+
+Author:
+
+ Steve Wood (stevewo) 12-Apr-1990
+
+NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
+
+!ENDIF
+
+MAJORCOMP=ntos
+MINORCOMP=rtl
+
+TARGETNAME=rtl
+TARGETPATH=..\obj
+TARGETTYPE=LIBRARY
+
+INCLUDES=..;..\..\inc;..\..\..\inc
+
+
+
+C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
+
+SOURCES=..\acledit.c \
+ ..\assert.c \
+ ..\atom.c \
+ ..\bitmap.c \
+ ..\compress.c \
+ ..\cnvint.c \
+ ..\debug.c \
+ ..\eballoc.c \
+ ..\environ.c \
+ ..\error.c \
+ ..\excptdbg.c \
+ ..\gentable.c \
+ ..\gen8dot3.c \
+ ..\handle.c \
+ ..\heap.c \
+ ..\heapdll.c \
+ ..\heapdbg.c \
+ ..\heappage.c \
+ ..\imagedir.c \
+ ..\checksum.c \
+ ..\ldrrsrc.c \
+ ..\ldrreloc.c \
+ ..\lznt1.c \
+ ..\message.c \
+ ..\nls.c \
+ ..\pctohdr.c \
+ ..\prefix.c \
+ ..\prodtype.c \
+ ..\random.c \
+ ..\registry.c \
+ ..\regutil.c \
+ ..\rtlassig.c \
+ ..\rtldata.c \
+ ..\rtlexec.c \
+ ..\rxact.c \
+ ..\sertl.c \
+ ..\splay.c \
+ ..\string.c \
+ ..\stktrace.c \
+ ..\time.c \
+ ..\nlsxlat.c \
+ ..\eventlog.c \
+ ..\trace.c
+
+NTTARGETFILE0=..\error.h
+
+UMTEST=
+UMTYPE=console
+UMLIBS=obj\*\bitmap.obj obj\*\eventlog.obj obj\*\stktrace.obj obj\*\stkwalk.obj \nt\public\sdk\lib\*\ntdll.lib