1998-11-01 15:00:21 +01:00
|
|
|
DEFS = @DLLFLAGS@ -D__WINE__
|
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = ntdll
|
|
|
|
|
1999-07-25 15:14:13 +02:00
|
|
|
SPEC_SRCS = ntdll.spec
|
|
|
|
|
1998-11-01 15:00:21 +01:00
|
|
|
C_SRCS = \
|
1999-05-09 18:12:19 +02:00
|
|
|
exception.c \
|
2000-01-24 21:59:45 +01:00
|
|
|
error.c \
|
1999-03-09 18:47:51 +01:00
|
|
|
file.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 \
|
1999-02-13 08:35:31 +01:00
|
|
|
reg.c \
|
1999-03-09 18:47:51 +01:00
|
|
|
rtl.c \
|
|
|
|
rtlstr.c \
|
2000-06-23 18:16:30 +02:00
|
|
|
string.c \
|
1999-03-09 18:47:51 +01:00
|
|
|
sec.c \
|
1999-09-27 12:58:45 +02:00
|
|
|
signal_i386.c \
|
1999-11-12 02:00:34 +01:00
|
|
|
signal_sparc.c \
|
1999-03-09 18:47:51 +01:00
|
|
|
sync.c \
|
2000-06-23 18:16:30 +02:00
|
|
|
time.c \
|
|
|
|
wcstring.c
|
1998-11-01 15:00:21 +01:00
|
|
|
|
|
|
|
all: $(MODULE).o
|
|
|
|
|
|
|
|
@MAKE_RULES@
|
|
|
|
|
|
|
|
### Dependencies:
|
|
|
|
|