From: Paweł Forysiuk Date: Thu, 28 Apr 2011 20:05:44 +0000 (+0200) Subject: Move crossconfig.sh file to x86-mingw32-opensuse folder X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9ec0ca02a08333bb63af65b901150391d1a3a6;p=midori Move crossconfig.sh file to x86-mingw32-opensuse folder --- diff --git a/win32/crossconfig.sh b/win32/crossconfig.sh deleted file mode 100644 index 8b36da62..00000000 --- a/win32/crossconfig.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2010-2011 Peter de Ridder -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# See the file COPYING for the full license text. - -export MINGW_PREFIX=~/dev/mingw/ming32 -export PATH=$MINGW_PREFIX/bin:$PATH -export PKG_CONFIG_PATH=$MINGW_PREFIX/lib/pkgconfig -export PKG_CONFIG_LIBDIR= -export MINGW_BUILD=`gcc -dumpmachine` -export MINGW_TARGET=i386-mingw32 - -CC=i386-mingw32-gcc ./configure --prefix=$MINGW_PREFIX $@ - diff --git a/win32/x86-mingw32-opensuse/crossconfig.sh b/win32/x86-mingw32-opensuse/crossconfig.sh new file mode 100644 index 00000000..8b36da62 --- /dev/null +++ b/win32/x86-mingw32-opensuse/crossconfig.sh @@ -0,0 +1,20 @@ +#!/bin/sh + +# Copyright (C) 2010-2011 Peter de Ridder +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# See the file COPYING for the full license text. + +export MINGW_PREFIX=~/dev/mingw/ming32 +export PATH=$MINGW_PREFIX/bin:$PATH +export PKG_CONFIG_PATH=$MINGW_PREFIX/lib/pkgconfig +export PKG_CONFIG_LIBDIR= +export MINGW_BUILD=`gcc -dumpmachine` +export MINGW_TARGET=i386-mingw32 + +CC=i386-mingw32-gcc ./configure --prefix=$MINGW_PREFIX $@ +