projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved thunking functions off to kernel32.dll.
[wine]
/
misc
/
Makefile.in
1
sysconfdir = @sysconfdir@
2
DEFS = @DLLFLAGS@ -D__WINE__ -DETCDIR="\"$(sysconfdir)\""
3
TOPSRCDIR = @top_srcdir@
4
TOPOBJDIR = ..
5
SRCDIR = @srcdir@
6
VPATH = @srcdir@
7
MODULE = misc
8
9
C_SRCS = \
10
cdrom.c \
11
comm.c \
12
cpu.c \
13
debugstr.c \
14
error.c \
15
ext_debugger.c \
16
lstr.c \
17
main.c \
18
options.c \
19
port.c \
20
printdrv.c \
21
registry.c \
22
system.c \
23
toolhelp.c \
24
tweak.c \
25
version.c \
26
wsprintf.c
27
28
GLUE = printdrv.c
29
30
all: $(MODULE).o
31
32
@MAKE_RULES@
33
34
### Dependencies:
35