[grits] Use only shared libs on win32
- From: Andy Spencer <andys src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grits] Use only shared libs on win32
- Date: Fri, 17 Jun 2011 05:20:49 +0000 (UTC)
commit 7aa048c816b597efbbfbb31312a205b4e87bc4bd
Author: Andy Spencer <andy753421 gmail com>
Date: Wed Jun 8 16:10:52 2011 +0000
Use only shared libs on win32
gen-win32.sh | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gen-win32.sh b/gen-win32.sh
index ec4c407..51117d8 100755
--- a/gen-win32.sh
+++ b/gen-win32.sh
@@ -1,3 +1,6 @@
#!/bin/bash
-export CFLAGS="-g -Werror -Wno-unused -O3"
-./autogen.sh --host=i686-pc-mingw32
+./autogen.sh \
+ --enable-shared \
+ --disable-static \
+ --host=i686-pc-mingw32 \
+ CFLAGS="-g -Werror -Wno-unused -O3"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]