projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Let property sheets update the cached system colors upon receiving
[wine]
/
dlls
/
ntdll
/
Makefile.in
1
EXTRADEFS = -D_NTSYSTEM_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = ntdll.dll
7
IMPORTLIB = libntdll.$(IMPLIBEXT)
8
EXTRALIBS = $(LIBUNICODE) @IOKITLIB@
9
10
C_SRCS = \
11
atom.c \
12
cdrom.c \
13
critsection.c \
14
debugbuffer.c \
15
debugtools.c \
16
directory.c \
17
env.c \
18
error.c \
19
exception.c \
20
file.c \
21
handletable.c \
22
heap.c \
23
large_int.c \
24
loader.c \
25
loadorder.c \
26
misc.c \
27
nt.c \
28
om.c \
29
path.c \
30
process.c \
31
reg.c \
32
relay.c \
33
resource.c \
34
rtl.c \
35
rtlbitmap.c \
36
rtlstr.c \
37
sec.c \
38
server.c \
39
signal_i386.c \
40
signal_powerpc.c \
41
signal_sparc.c \
42
string.c \
43
sync.c \
44
version.c \
45
thread.c \
46
time.c \
47
virtual.c \
48
wcstring.c
49
50
ASM_SRCS = relay32.s
51
52
EXTRA_OBJS = $(ASM_SRCS:.s=.o)
53
54
SUBDIRS = tests
55
56
@MAKE_DLL_RULES@
57
58
relay32.s: $(WINEBUILD)
59
$(WINEBUILD) $(DEFS) $(DLLFLAGS) -o $@ --relay32
60
61
clean::
62
$(RM) $(ASM_SRCS)
63
64
### Dependencies: