Author: gcasa
Date: Mon Sep 22 15:20:37 2014
New Revision: 38088

URL: http://svn.gna.org/viewcvs/gnustep?rev=38088&view=rev
Log:
Add enable-graphics to back build.

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=38088&r1=38087&r2=38088&view=diff
==============================================================================
--- tools/scripts/trunk/windows-build   (original)
+++ tools/scripts/trunk/windows-build   Mon Sep 22 15:20:37 2014
@@ -7,7 +7,7 @@
 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
+cd ../back && ./configure --enable-graphic=cairo && make 
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM debug=yes install
 
 echo ""
 echo "Done."


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to