projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
[wine]
/
dlls
/
ntdll
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = ntdll
7
8
C_SRCS = \
9
nt.c \
10
rtl.c
11
12
all: $(MODULE).o
13
14
@MAKE_RULES@
15
16
### Dependencies:
17