Changeset 852 for trunk/build-mingw


Ignore:
Timestamp:
Aug 22, 2011, 11:03:34 PM (12 years ago)
Author:
sam
Message:

build: update Bitten configuration for Windows cross-compilation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build-mingw

    r813 r852  
    5858# Bootstrap, configure and make
    5959./bootstrap
    60 ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" \
     60# Only on Windows
     61if test "x${MSYSTEM}" != xMINGW32; then
     62  HOSTFLAGS=--host=i586-mingw32msvc
     63  BUILDFLAGS=--build=none
     64fi
     65
     66./configure $HOSTFLAGS $BUILDFLAGS \
     67            CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" \
    6168            GTK_LIBS="$GTK_LIBS" LOL_LIBS="$LOL_LIBS"
    6269make
Note: See TracChangeset for help on using the changeset viewer.