projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
advapi32/tests: Make sure NT4 and W2K tests don't fail.
[wine]
/
dlls
/
lz32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = lz32.dll
6
IMPORTLIB = liblz32.$(IMPLIBEXT)
7
IMPORTS = kernel32
8
9
C_SRCS = lzexpand_main.c
10
11
RC_SRCS = version.rc
12
13
C_SRCS16 = lzexpand16.c
14
SPEC_SRCS16 = lzexpand.spec
15
16
@MAKE_DLL_RULES@
17
18
@DEPENDENCIES@ # everything below this line is overwritten by make depend