aboutsummaryrefslogtreecommitdiff
path: root/makemake_mingw_dev.sh
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-06-21 14:54:46 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-06-21 14:54:46 +0200
commitac1d4d9488e3dcb77dbad0f2e1b3249c095f6d48 (patch)
treeecddf2ccdee0bba45ff61ac4857710c35c1ef085 /makemake_mingw_dev.sh
parenta37c64bae1b2e332c81f3b8ae3e9947cd1f36141 (diff)
downloadgtk-vlc-player-ac1d4d9488e3dcb77dbad0f2e1b3249c095f6d48.tar.gz
added build scripts for MinGW
Diffstat (limited to 'makemake_mingw_dev.sh')
-rw-r--r--makemake_mingw_dev.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/makemake_mingw_dev.sh b/makemake_mingw_dev.sh
new file mode 100644
index 0000000..214374b
--- /dev/null
+++ b/makemake_mingw_dev.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+autoreconf -i
+./configure --prefix=/mingw \
+ --enable-console \
+ --enable-doxygen-doc \
+ --enable-doxygen-extract-private \
+ CFLAGS="-g -O0"