Browse Source

Add scripts to run configure with common settings

mingodad 7 years ago
parent
commit
b5d61f8395
4 changed files with 14 additions and 0 deletions
  1. 2 0
      fltk/do-conf
  2. 9 0
      fltk/do-conf-mingwin32
  3. 2 0
      fltk/do-conf-win32
  4. 1 0
      libharu/do-conf

+ 2 - 0
fltk/do-conf

@@ -0,0 +1,2 @@
+CXXFLAGS="-I$HOME/dev/squilu-git/libharu/include" \
+    ./configure --enable-localjpeg --enable-localzlib --enable-localpng

+ 9 - 0
fltk/do-conf-mingwin32

@@ -0,0 +1,9 @@
+PREFIX=i686-w64-mingw32
+export CC=$PREFIX-gcc
+export CXX=$PREFIX-g++
+export CPP=$PREFIX-cpp
+export RANLIB=$PREFIX-ranlib
+
+CXXFLAGS="-I$HOME/dev/SquiLu/libharu/include" \
+    ./configure --host=mingw32 --build=mingw32 \
+    --enable-localjpeg --enable-localzlib --enable-localpng

+ 2 - 0
fltk/do-conf-win32

@@ -0,0 +1,2 @@
+CXXFLAGS="-I$HOME/dev/SquiLu/libharu/include" \
+    ./configure --enable-localjpeg --enable-localzlib --enable-localpng

+ 1 - 0
libharu/do-conf

@@ -0,0 +1 @@
+make -i -f build.mk