Ignore:
Timestamp:
2006-05-26T15:45:58Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
aec56b0
Parents:
6fb6410
Message:

Use right pkgconfig location, trim the amount of magic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/cross-compile.win32

    r6fb6410 r84eddee  
    77GLIB_VERSION=2.10.1
    88LIBICONV_VERSION=1.9.1
     9GETTEXT_VERSION=0.14.5
    910
    1011wget -c $GTK_SITE/glib-dev-$GLIB_VERSION.zip
    1112wget -c $GTK_SITE/dependencies/libiconv-$LIBICONV_VERSION.bin.woe32.zip
     13wget -c $GTK_SITE/dependencies/gettext-dev-$GETTEXT_VERSION.zip
    1214
    1315DEPSDIR=`pwd`/win32
     
    1618unzip -d $DEPSDIR -o libiconv-$LIBICONV_VERSION.bin.woe32.zip
    1719unzip -d $DEPSDIR -o glib-dev-$GLIB_VERSION.zip
     20unzip -d $DEPSDIR -o gettext-dev-$GETTEXT_VERSION.zip
    1821
    19 LD=i586-mingw32msvc-ld CC=i586-mingw32msvc-gcc STRIP=i586-mingw32msvc-strip PKG_CONFIG_PATH="$DEPSDIR" PKG_CONFIG="pkg-config --define-variable=prefix=\"$DEPSDIR\"" ./configure --ssl=sspi --ipv6=0 --yahoo=0
    20 echo OUTFILE=bitlbee.exe >> Makefile.settings
    21 echo ARCH=Windows >> Makefile.settings
    22 echo LFLAGS+=-lwsock32 >> Makefile.settings
    23 $MAKE
     22LD=i586-mingw32msvc-ld CC=i586-mingw32msvc-gcc STRIP=i586-mingw32msvc-strip PKG_CONFIG_PATH="$DEPSDIR/lib/pkgconfig" PKG_CONFIG="pkg-config --define-variable=prefix=\"$DEPSDIR\"" ./configure --ssl=sspi --arch=Windows
Note: See TracChangeset for help on using the changeset viewer.