RLE (take II)

Eric Pouech eric.pouech at wanadoo.fr
Mon Oct 7 16:10:16 CDT 2002


forgot to attach the Makefile.in file... so here it is
A+
-------------- next part --------------
--- /dev/null	Thu Jan  1 01:00:00 1970
+++ dlls/msvideo/msrle32/Makefile.in	Mon Oct  7 23:04:04 2002
@@ -0,0 +1,17 @@
+TOPSRCDIR = @top_srcdir@
+TOPOBJDIR = ../../..
+SRCDIR    = @srcdir@
+VPATH     = @srcdir@
+MODULE    = msrle32
+IMPORTS   = winmm user32 kernel32
+
+LDDLLFLAGS = @LDDLLFLAGS@
+SYMBOLFILE = $(MODULE).tmp.o
+
+C_SRCS = msrle32.c
+
+RC_SRCS = rsrc.rc
+
+ at MAKE_DLL_RULES@
+
+### Dependencies:


More information about the wine-patches mailing list