]> Pileus Git - grits/commitdiff
Move build scripts to separate repository
authorAndy Spencer <andy753421@gmail.com>
Sun, 1 Jan 2012 21:01:27 +0000 (13:01 -0800)
committerAndy Spencer <andy753421@gmail.com>
Sun, 1 Jan 2012 23:34:20 +0000 (23:34 +0000)
gen-win32.sh [deleted file]
gen.sh [deleted file]

diff --git a/gen-win32.sh b/gen-win32.sh
deleted file mode 100755 (executable)
index 51117d8..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-./autogen.sh \
-       --enable-shared \
-       --disable-static \
-       --host=i686-pc-mingw32 \
-       CFLAGS="-g -Werror -Wno-unused -O3"
diff --git a/gen.sh b/gen.sh
deleted file mode 100755 (executable)
index 5c1fb34..0000000
--- a/gen.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-dir=$(dirname $(readlink -f $0))
-./autogen.sh \
-       "--enable-gtk-doc" \
-       "--libdir=$dir/src/.libs" \
-       "--includedir=$dir/include" \
-       CFLAGS="-g -Werror $CFLAGS"