[PD-cvs] SF.net SVN: pure-data: [9518] sources/build-libs-on-mingw.sh

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Feb 25 17:27:39 CET 2008


Revision: 9518
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9518&view=rev
Author:   eighthave
Date:     2008-02-25 08:27:39 -0800 (Mon, 25 Feb 2008)

Log Message:
-----------
disabled FLAC on libsndfile since it bombs out on that; made file more script-like and readlble

Modified Paths:
--------------
    sources/build-libs-on-mingw.sh

Modified: sources/build-libs-on-mingw.sh
===================================================================
--- sources/build-libs-on-mingw.sh	2008-02-25 16:18:05 UTC (rev 9517)
+++ sources/build-libs-on-mingw.sh	2008-02-25 16:27:39 UTC (rev 9518)
@@ -137,7 +137,10 @@
 else
 	 echo "Building everything for $testfile"
 	 cd libsndfile
-	 ./configure && make && make check && make install
+	 ./configure --disable-flac
+	 make
+	 make check
+	 make install
 	 cd ..
 fi
 
@@ -149,7 +152,8 @@
 	 echo "Building everything for $testfile"
 	 cd fftw3
 	 ./configure --with-our-malloc16 --with-windows-f77-mangling --enable-shared --disable-static --enable-threads --with-combined-threads --enable-portable-binary --enable-float --enable-sse
-	 make && make install
+	 make
+	 make install
 	 cd ..
 fi
 
@@ -162,7 +166,8 @@
 	 cd fftw2
 	 aclocal
 	 ./configure --enable-float --enable-i386-hacks
-	 make && make install
+	 make
+	 make install
 	 cd ..
 fi
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list