]> Pileus Git - ~andy/rsl/commitdiff
Move build scripts to separate repository
authorAndy Spencer <andy753421@gmail.com>
Sun, 1 Jan 2012 21:04:22 +0000 (13:04 -0800)
committerAndy Spencer <andy753421@gmail.com>
Sun, 1 Jan 2012 21:04:22 +0000 (13:04 -0800)
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 dc69c84..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-./autogen.sh \
-       --enable-shared \
-       --disable-static \
-       --host=i686-pc-mingw32 \
-       --prefix=/ \
-       CFLAGS="-g -Wall -Wno-unused -O3"
diff --git a/gen.sh b/gen.sh
deleted file mode 100755 (executable)
index ad65a16..0000000
--- a/gen.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-./autogen.sh \
-       --enable-shared \
-       --disable-static \
-       CFLAGS="-g -Wall -O3"