1999-08-04 09:49:49 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 22:19:06 +00:00
|
|
|
MODULE = lz32.dll
|
2008-03-04 15:52:54 +00:00
|
|
|
IMPORTLIB = lz32
|
2002-05-17 03:37:12 +00:00
|
|
|
IMPORTS = kernel32
|
2000-11-12 03:50:10 +00:00
|
|
|
|
2007-03-07 21:25:16 +01:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2002-10-02 02:34:09 +00:00
|
|
|
C_SRCS16 = lzexpand16.c
|
2004-08-11 23:59:06 +00:00
|
|
|
SPEC_SRCS16 = lzexpand.spec
|
1999-08-04 09:49:49 +00:00
|
|
|
|
2000-03-04 22:31:27 +00:00
|
|
|
@MAKE_DLL_RULES@
|
2000-01-31 05:02:49 +00:00
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|