Changeset 07197c19811c30155bba6ae4529fe063ddb8f58e

Show
Ignore:
Timestamp:
25/03/02 05:18:07 (7 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1017029887 +0000
git-parent:

[038f77ed0ac3dc3ca2360432420f9220e5a138d7]

git-author:
Sam Hocevar <sam@videolan.org> 1017029887 +0000
Message:
  • Fixed a little omission in INSTALL-win32.txt.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL

    rd4f18c4 r07197c1  
    1515 
    1616   make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug 
    17  
    18 It is also possible to cross-compile for the Win32 platform using mingw32: 
    19  
    20    make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \ 
    21    RANLIB=i586-mingw32msvc-ranlib WINDRES=i586-mingw32msvc-windres \ 
    22    ./configure --host=i386-mingw32msvc --with-directx-path=<path> \ 
    23    --with-sdl-config-path=<path> --with-gtk-config-path=<path> 
    2417 
    2518 
  • INSTALL-win32.txt

    rdb2031b r07197c1  
    6161along those lines: 
    6262 
    63  make distclean ; CC=i586-mingw32msvc-gcc \ 
     63 make distclean ; CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \ 
     64   RANLIB=i586-mingw32msvc-ranlib WINDRES=i586-mingw32msvc-windres \ 
    6465   ./configure --host=i586-mingw32msvc --target=i586-mingw32msvc \ 
    6566    --build=i386-linux --with-gtk-config-path=/usr/i586-mingw32msvc/bin \