comparison DOCS/tech/mingw-crosscompile.txt @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 2adc364b3ba3
children 956db4f28a62
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
9 not actually use, the easiest way is to use this package: 9 not actually use, the easiest way is to use this package:
10 http://natsuki.mplayerhq.hu/~reimar/mpl_mingw32.tar.bz2 10 http://natsuki.mplayerhq.hu/~reimar/mpl_mingw32.tar.bz2
11 NOTE that this is likely to be quite out-dated and might include packages 11 NOTE that this is likely to be quite out-dated and might include packages
12 with security issues, so do not use it to build binaries for real use. 12 with security issues, so do not use it to build binaries for real use.
13 13
14 After extracting this package into the MPlayer source-tree, 14 After extracting this package into the MPlayer source-tree,
15 you only need to run the included linux-mingw.sh to configure (it just runs 15 you only need to run the included linux-mingw.sh to configure (it just runs
16 ./configure --host-cc=cc --target=i686-mingw32msvc --cc=i586-mingw32msvc-cc 16 ./configure --host-cc=cc --target=i686-mingw32msvc --cc=i586-mingw32msvc-cc
17 --windres=i586-mingw32msvc-windres --ranlib=i586-mingw32msvc-ranlib 17 --windres=i586-mingw32msvc-windres --ranlib=i586-mingw32msvc-ranlib
18 --with-extraincdir="$PWD/osdep/mingw32" 18 --with-extraincdir="$PWD/osdep/mingw32"
19 --with-extralibdir="$PWD/osdep/mingw32" 19 --with-extralibdir="$PWD/osdep/mingw32"