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