projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use DrawFrameControl instead of bitmaps in certain cases.
[wine]
/
dlls
/
win32s
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = w32skrnl
6
SOVERSION = 1.0
7
ALTNAMES = w32sys win32s16
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
w32skernel.c \
14
w32sys.c \
15
win32s16.c
16
17
@MAKE_DLL_RULES@
18
19
### Dependencies:
20