From 79654985a3bec4ac76abd4455a08659fc86c4390 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Thu, 22 Sep 2005 15:39:37 +0000 Subject: [PATCH 1/1] * INSTALL.win32: Added --with-sdl-config-path=/usr/win32/bin. --- INSTALL.win32 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.win32 b/INSTALL.win32 index 7f4c0c5581..a46cb6105f 100644 --- a/INSTALL.win32 +++ b/INSTALL.win32 @@ -125,7 +125,7 @@ along those lines: CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ ./configure --host=i586-mingw32msvc --build=i386-linux \ --disable-gtk \ - --enable-nls --enable-sdl \ + --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ @@ -149,7 +149,7 @@ along those lines: CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ ./configure --host=i586-mingw32msvc --build=i386-linux \ --disable-gtk \ - --enable-nls --enable-sdl \ + --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ @@ -174,7 +174,7 @@ emulation layer, use something like this: CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ ./configure \ --disable-gtk \ - --enable-nls --enable-sdl \ + --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ @@ -198,7 +198,7 @@ lines: LDFLAGS=-L/usr/win32/lib \ ./configure \ --disable-gtk \ - --enable-nls --enable-sdl \ + --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \ --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \ --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \ --with-wx-config-path=/usr/win32/bin \ -- 2.39.2