projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Dynamically load version.dll in MMDRV_GetDescription32.
[wine]
/
dlls
/
win32s
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = win32s
7
8
SPEC_SRCS = w32sys.spec win32s16.spec w32skrnl.spec
9
10
C_SRCS = \
11
w32skrnl.c \
12
w32sys.c \
13
win32s16.c
14
15
all: $(MODULE).o
16
17
@MAKE_RULES@
18
19
### Dependencies:
20