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