Author: gcasa
Date: Sun May 25 20:26:23 2014
New Revision: 37907
URL: http://svn.gna.org/viewcvs/gnustep?rev=37907&view=rev
Log:
Correct issue with windows script.
Modified:
tools/scripts/trunk/windows-build
Modified: tools/scripts/trunk/windows-build
URL:
http://svn.gna.org/viewcvs/gnustep/tools/scripts/trunk/windows-build?rev=37907&r1=37906&r2=37907&view=diff
==============================================================================
--- tools/scripts/trunk/windows-build (original)
+++ tools/scripts/trunk/windows-build Sun May 25 20:26:23 2014
@@ -4,12 +4,12 @@
echo ""
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
-cd make && ./configure --with-layout=gnustep && make install
-cd ../base && ./configure --with-installation-domain=SYSTEM && make
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes install
+cd make && ./configure --with-layout=gnustep --prefix=/GNUstep && make install
+cd ../base && CFLAGS+=-I/usr/local/include LDFLAGS+=-L/usr/local/lib
./configure --with-installation-domain=SYSTEM && make
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes install
cd ../gui && ./configure && make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes
install
cd ../back && ./configure && make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes
install
echo ""
echo "Done."
-exit 0
+exit 0
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs