Alexandre Julliard : avitools: Fixed library path for msvfw32.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 15 09:13:51 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 9af38dfbc75fe845ec49ea673a26bb932ee6757a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=9af38dfbc75fe845ec49ea673a26bb932ee6757a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Mar 15 15:24:05 2006 +0100

avitools: Fixed library path for msvfw32.

---

 programs/avitools/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/avitools/Makefile.in b/programs/avitools/Makefile.in
index 0f44b4d..06cd46a 100644
--- a/programs/avitools/Makefile.in
+++ b/programs/avitools/Makefile.in
@@ -25,7 +25,7 @@ aviplay.exe.so: aviplay.o
 	$(WINEGCC) -B$(TOOLSDIR)/tools/winebuild -mwindows -o $@ aviplay.o -L$(DLLDIR)/avifil32 -L$(DLLDIR)/ddraw -L$(DLLDIR) -lavifil32 -lddraw -lkernel32 $(ALL_LIBS)
 
 icinfo.exe.so: icinfo.o
-	$(WINEGCC) -B$(TOOLSDIR)/tools/winebuild -mwindows -o $@ icinfo.o -L$(DLLDIR) -lmsvfw32 -lkernel32 $(ALL_LIBS)
+	$(WINEGCC) -B$(TOOLSDIR)/tools/winebuild -mwindows -o $@ icinfo.o -L$(DLLDIR)/msvfw32 -L$(DLLDIR) -lmsvfw32 -lkernel32 $(ALL_LIBS)
 
 aviinfo.exe: aviinfo.o
 	$(CC) -o $@ aviinfo.o -lavifil32 $(ALL_LIBS)




More information about the wine-cvs mailing list