[gxml] * remove unused stuff from the waf script



commit 8e12f010c972992340bb818a339f2bac15018a02
Author: Richard Schwarting <aquarichy gmail com>
Date:   Thu Jul 5 17:14:01 2012 -0400

    * remove unused stuff from the waf script

 test/wscript_build |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/test/wscript_build b/test/wscript_build
index e2efb51..8bd6c5c 100644
--- a/test/wscript_build
+++ b/test/wscript_build
@@ -11,7 +11,5 @@ bld.program(
     uselib = 'GTK GLIB GEE XML',
     use = 'gxml',
     source = ['AttrTest.vala', 'CharacterDataTest.vala', 'DocumentTest.vala', 'ElementTest.vala', 'GXmlTest.vala', 'NodeListTest.vala', 'TextTest.vala', 'ValaLibxml2Test.vala', 'XmlSerializableTest.vala', 'XNodeTest.vala'],
-    vapi_dirs = ['../gxml', '../vapi'],
-    vala_defines = ['DEBUG']
-    # valaflags = ['-g']  # TODO: how do we communicate this?  Argh!
+    vapi_dirs = ['../gxml', '../vapi']
     )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]