]> git.sesse.net Git - vlc/commitdiff
* ./Makefile: the win32 port now uses a more recent version of gtk+.
authorSam Hocevar <sam@videolan.org>
Wed, 20 Feb 2002 19:01:13 +0000 (19:01 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 20 Feb 2002 19:01:13 +0000 (19:01 +0000)
Makefile

index 5591ba9aa09e22f04bb9e37350733221e3f43755..be6bd090c645f3450ab278079e1b0ad4ed90293a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -422,8 +422,9 @@ package-win32:
        cp vlc.exe $(PLUGINS:%=plugins/%.so) tmp/ 
        cp INSTALL-win32.txt AUTHORS COPYING ChangeLog ChangeLog.libdvdcss \
                README README.libdvdcss FAQ TODO tmp/
-       for file in gtk-1.3.dll gdk-1.3.dll glib-1.3.dll gmodule-1.3.dll \
-               gnu-intl.dll SDL.dll README-SDL.txt ; \
+       for file in iconv.dll libgmodule-1.3-12.dll libgtk-0.dll libgdk-0.dll \
+               libgobject-1.3-12.dll libintl-1.dll libglib-1.3-12.dll \
+               libgthread-1.3-12.dll SDL.dll README-SDL.txt ; \
                        do cp ${DLL_PATH}/$$file tmp/ ; done
        mkdir tmp/share
        for file in default8x16.psf default8x9.psf ; \