projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
urlmon: Don't create stgmed_obj for binding to object.
[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
RC_SRCS = version.rc
10
11
C_SRCS16 = lzexpand16.c
12
SPEC_SRCS16 = lzexpand.spec
13
14
@MAKE_DLL_RULES@
15
16
@DEPENDENCIES@ # everything below this line is overwritten by make depend