projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed the Win16/Win32 structure size/alignment differences of
[wine]
/
win32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = win32
7
8
C_SRCS = \
9
console.c \
10
device.c \
11
error.c \
12
except.c \
13
file.c \
14
init.c \
15
kernel32.c \
16
newfns.c \
17
ordinals.c \
18
process.c \
19
struct32.c \
20
time.c
21
22
all: $(MODULE).o
23
24
@MAKE_RULES@
25
26
### Dependencies: