repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added rules for building import libraries in the individual dll
[wine.git]
/
dlls
/
win32s
/
Makefile.in
blob
0dd96b298427826c0963c558ff173c96a8ab21c4
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: