PATCH: seperate icinfo

Marcus Meissner meissner at suse.de
Wed Mar 22 06:31:54 CST 2006


Hi,

This moves icinfo out of avitools.

mkdir programs/icinfo/
mv programs/avitools/icinfo.c programs/icinfo/

Attached is Makefile.in for programs/icinfo/ and the patch
to add it to configure.

autoconf;cd programs;./make_progs

I think after this programs/avitools/ can be removed.
aviplay -> mplayer does it better, not necessary except as
	   sample program.
aviinfo -> well, its not really useful, not necessary except as
	   sample program.

Ciao, Marcus
-------------- next part --------------
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
IMPORTS   = msvfw32 kernel32
MODULE    = icinfo.exe
APPMODE   = -mwindows
MODCFLAGS = @BUILTINFLAG@
EXTRADEFS = -DNO_LIBWINE_PORT

C_SRCS = icinfo.c

@MAKE_PROG_RULES@

### Dependencies:
-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /home/wine/wine/configure.ac,v
retrieving revision 1.456
diff -u -r1.456 configure.ac
--- configure.ac	15 Mar 2006 11:13:39 -0000	1.456
+++ configure.ac	22 Mar 2006 12:29:37 -0000
@@ -1689,6 +1688,7 @@
 programs/expand/Makefile
 programs/explorer/Makefile
 programs/hh/Makefile
+programs/icinfo/Makefile
 programs/msiexec/Makefile
 programs/notepad/Makefile
 programs/progman/Makefile


More information about the wine-patches mailing list