SF.net SVN: geany-plugins:[2210] trunk/geany-plugins/pretty-printer/ wscript_build

colombanw at users.sourceforge.net colombanw at xxxxx
Wed Sep 21 18:30:27 UTC 2011


Revision: 2210
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2210&view=rev
Author:   colombanw
Date:     2011-09-21 18:30:27 +0000 (Wed, 21 Sep 2011)
Log Message:
-----------
PrettyPrinter: define HAVE_GLIB when building with Waf too

Modified Paths:
--------------
    trunk/geany-plugins/pretty-printer/wscript_build

Modified: trunk/geany-plugins/pretty-printer/wscript_build
===================================================================
--- trunk/geany-plugins/pretty-printer/wscript_build	2011-09-21 16:57:15 UTC (rev 2209)
+++ trunk/geany-plugins/pretty-printer/wscript_build	2011-09-21 18:30:27 UTC (rev 2210)
@@ -26,5 +26,6 @@
 name = 'Pretty-Printer'
 includes = ['pretty-printer/src']
 libraries = ['LIBXML_2_0']
+defines = ['HAVE_GLIB=1']
 
-build_plugin(bld, name, includes=includes, libraries=libraries)
+build_plugin(bld, name, includes=includes, libraries=libraries, defines=defines)

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




More information about the Plugins-Commits mailing list