From 07197c19811c30155bba6ae4529fe063ddb8f58e Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 25 Mar 2002 04:18:07 +0000 Subject: [PATCH 1/1] * Fixed a little omission in INSTALL-win32.txt. --- INSTALL | 7 ------- INSTALL-win32.txt | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 5530adfe6c..3b6408caed 100644 --- a/INSTALL +++ b/INSTALL @@ -15,13 +15,6 @@ symbols: make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug -It is also possible to cross-compile for the Win32 platform using mingw32: - - make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \ - RANLIB=i586-mingw32msvc-ranlib WINDRES=i586-mingw32msvc-windres \ - ./configure --host=i386-mingw32msvc --with-directx-path= \ - --with-sdl-config-path= --with-gtk-config-path= - Building VideoLAN ================= diff --git a/INSTALL-win32.txt b/INSTALL-win32.txt index 484baebbdc..9865f79d83 100644 --- a/INSTALL-win32.txt +++ b/INSTALL-win32.txt @@ -60,7 +60,8 @@ See `./configure --help' for more information. For example if you are cross-compiling from Debian, you can use something along those lines: - make distclean ; CC=i586-mingw32msvc-gcc \ + make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \ + RANLIB=i586-mingw32msvc-ranlib WINDRES=i586-mingw32msvc-windres \ ./configure --host=i586-mingw32msvc --target=i586-mingw32msvc \ --build=i386-linux --with-gtk-config-path=/usr/i586-mingw32msvc/bin \ --with-sdl-config-path=/usr/i586-mingw32msvc/bin -- 2.39.2