Ignore:
Timestamp:
2013-01-09T14:19:22+13:00 (11 years ago)
Author:
davidb
Message:

Minor tweaks to help with compilation with mingw under Linux (cross-compiling to generate Windows native binaries)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE/LIBGSF.sh

    r23375 r26623  
    99
    1010prefix=$GEXTGNOME_INSTALLED
     11
     12export CFLAGS="$CFLAGS -DLIBXML_STATIC"
    1113
    1214export CFLAGS="$CFLAGS -I$GEXTGNOME_INSTALLED/include"
     
    2123export PERL5LIB=`dirname $PARSERDIR`
    2224
    23 opt_run_configure $force_config $auto_config $package $version $prefix
     25opt_run_configure $force_config $auto_config $package $version $prefix \
     26  --without-python --without-gdk-pixbuf
    2427
    2528opt_run_make $compile $package $version
Note: See TracChangeset for help on using the changeset viewer.