From 52a1cbcfe7898d16be07813cacc8ae97515ba621 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sun, 1 Jan 2012 13:01:27 -0800 Subject: [PATCH] Move build scripts to separate repository --- gen-win32.sh | 6 ------ gen.sh | 7 ------- 2 files changed, 13 deletions(-) delete mode 100755 gen-win32.sh delete mode 100755 gen.sh diff --git a/gen-win32.sh b/gen-win32.sh deleted file mode 100755 index 51117d8..0000000 --- a/gen-win32.sh +++ /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 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" -- 2.43.2