2006-10-16 13:49:06 +02:00
|
|
|
EXTRADEFS = -D_NTSYSTEM_
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = ntdll.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = ntdll
|
2010-07-26 09:57:37 +02:00
|
|
|
IMPORTS = winecrt0
|
2014-01-30 12:14:47 +01:00
|
|
|
EXTRALIBS = $(IOKIT_LIBS) $(RT_LIBS) $(PTHREAD_LIBS)
|
2010-07-21 12:49:45 +02:00
|
|
|
EXTRADLLFLAGS = -nodefaultlibs -Wl,--image-base,0x7bc00000
|
1999-07-25 15:14:13 +02:00
|
|
|
|
1998-11-01 15:00:21 +01:00
|
|
|
C_SRCS = \
|
2007-07-19 17:01:04 +02:00
|
|
|
actctx.c \
|
2005-05-11 17:55:49 +02:00
|
|
|
atom.c \
|
2002-01-13 02:44:00 +01:00
|
|
|
cdrom.c \
|
2000-09-29 02:31:23 +02:00
|
|
|
critsection.c \
|
2004-03-18 03:08:43 +01:00
|
|
|
debugbuffer.c \
|
2000-11-05 05:51:34 +01:00
|
|
|
debugtools.c \
|
2004-03-16 02:32:02 +01:00
|
|
|
directory.c \
|
2003-05-08 05:47:00 +02:00
|
|
|
env.c \
|
2000-01-24 21:59:45 +01:00
|
|
|
error.c \
|
2003-04-22 01:22:53 +02:00
|
|
|
exception.c \
|
1999-03-09 18:47:51 +01:00
|
|
|
file.c \
|
2004-12-07 15:47:13 +01:00
|
|
|
handletable.c \
|
2001-12-19 20:16:27 +01:00
|
|
|
heap.c \
|
2000-10-01 03:40:42 +02:00
|
|
|
large_int.c \
|
2002-01-29 19:30:16 +01:00
|
|
|
loader.c \
|
2003-09-25 22:33:41 +02:00
|
|
|
loadorder.c \
|
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
NtAllocateLocallyUniqueId
- implementation or stubs for NtAccessCheck, NtSetSecurityObject,
RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
RtlValidSid, RtlxUnicodeStringToOemSize
- corrected most RtlString* functions, added documentation
- more fixes and partial implementations
2000-01-23 23:35:33 +01:00
|
|
|
misc.c \
|
1998-11-01 15:00:21 +01:00
|
|
|
nt.c \
|
1999-03-09 18:47:51 +01:00
|
|
|
om.c \
|
2003-04-12 02:10:13 +02:00
|
|
|
path.c \
|
2009-01-28 19:14:13 +01:00
|
|
|
printf.c \
|
2003-09-19 02:06:45 +02:00
|
|
|
process.c \
|
1999-02-13 08:35:31 +01:00
|
|
|
reg.c \
|
2003-09-19 06:32:39 +02:00
|
|
|
relay.c \
|
2003-04-30 01:00:48 +02:00
|
|
|
resource.c \
|
1999-03-09 18:47:51 +01:00
|
|
|
rtl.c \
|
2002-08-16 00:08:40 +02:00
|
|
|
rtlbitmap.c \
|
2003-04-22 01:22:53 +02:00
|
|
|
rtlstr.c \
|
1999-03-09 18:47:51 +01:00
|
|
|
sec.c \
|
2006-01-12 13:32:51 +01:00
|
|
|
serial.c \
|
2003-09-19 01:27:19 +02:00
|
|
|
server.c \
|
2010-09-18 18:02:12 +02:00
|
|
|
signal_arm.c \
|
2013-01-16 00:50:30 +01:00
|
|
|
signal_arm64.c \
|
1999-09-27 12:58:45 +02:00
|
|
|
signal_i386.c \
|
2002-08-27 02:30:20 +02:00
|
|
|
signal_powerpc.c \
|
2005-09-16 21:40:52 +02:00
|
|
|
signal_x86_64.c \
|
2003-04-22 01:22:53 +02:00
|
|
|
string.c \
|
1999-03-09 18:47:51 +01:00
|
|
|
sync.c \
|
2006-01-26 13:23:08 +01:00
|
|
|
tape.c \
|
2003-04-05 00:26:34 +02:00
|
|
|
thread.c \
|
2006-03-13 12:28:28 +01:00
|
|
|
threadpool.c \
|
2000-06-23 18:16:30 +02:00
|
|
|
time.c \
|
2006-11-13 10:05:40 +01:00
|
|
|
version.c \
|
2003-04-22 01:22:53 +02:00
|
|
|
virtual.c \
|
2000-06-23 18:16:30 +02:00
|
|
|
wcstring.c
|
1998-11-01 15:00:21 +01:00
|
|
|
|
2007-03-07 21:25:16 +01:00
|
|
|
RC_SRCS = version.rc
|