Bump to gettext 0.18
[minipack.git] / minipack.conf
blob59d504c6831e714daa3b78e9353e60df686d4bca
1 # Change the host for your toolchain.
2 # Or comment to use native building.
4 # Ubuntu:
5 host=i586-mingw32msvc
6 # Gentoo:
7 # host=i686-pc-mingw32
9 # Guess the build platform.
10 build=`mpk-config.guess`
12 # Some useful mingw 32-bit flags.
13 CFLAGS='-O3 -s -mms-bitfields -march=i686'
14 CXXFLAGS=$CFLAGS
16 # Needed (at least on Ubuntu and Gentoo) so mingw-runtime include files
17 # can override certain ones provided by mingw-gcc.
19 case "$host" in
20   *mingw*)
21 # Ubuntu:
22     CPPFLAGS=-B/usr/$host
23 # Gentoo:
24 #   CPPFLAGS=-B/usr/$host/usr
25   ;;
26 esac
28 # Place your favorite GNU mirror here.
29 # gnu_mirror=http://ftp.unicamp.br/pub/gnu
31 # Full path to the source cache.
32 # Default: $topdir/sources
33 # sourcedir=
35 # Full path to the directory to place the results.
36 # Default: $topdir/result
37 # resultdir=
39 # Full path to the build directory.
40 # Default: $topdir/build
41 # builddir=
43 # Full path to the build recipes directory.
44 # Default: $prefix/recipes
45 # recipedir=
47 # Full path to the patches directory.
48 # Default: $prefix/patches
49 # patchdir=