]> spindle.queued.net Git - midori/commitdiff
Move crossconfig.sh file to x86-mingw32-opensuse folder
authorPaweł Forysiuk <tuxator@o2.pl>
Thu, 28 Apr 2011 20:05:44 +0000 (22:05 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 29 Apr 2011 00:52:21 +0000 (02:52 +0200)
win32/crossconfig.sh [deleted file]
win32/x86-mingw32-opensuse/crossconfig.sh [new file with mode: 0644]

diff --git a/win32/crossconfig.sh b/win32/crossconfig.sh
deleted file mode 100644 (file)
index 8b36da6..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-# Copyright (C) 2010-2011 Peter de Ridder <peter@xfce.org>
-#
-# 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 (file)
index 0000000..8b36da6
--- /dev/null
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+# Copyright (C) 2010-2011 Peter de Ridder <peter@xfce.org>
+#
+# 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 $@
+