projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Improve on a fixup for the difference between opengl and directx pixel
[wine]
/
dlls
/
win32s
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = w32skrnl.dll
6
IMPORTLIB = libw32skrnl.$(IMPLIBEXT)
7
IMPORTS = kernel32
8
9
C_SRCS = \
10
w32skernel.c \
11
w32sys.c
12
13
C_SRCS16 = \
14
win32s16.c
15
16
SPEC_SRCS16 = \
17
w32sys.spec \
18
win32s16.spec
19
20
@MAKE_DLL_RULES@
21
22
### Dependencies: