From 2e1d46486fdceb7d432416048c9d61fc265a82e2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Sep 2018 14:43:09 +0200 Subject: Clean up wscript --- src/gui/wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/wscript b/src/gui/wscript index a5a04be..0eef312 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -38,6 +38,5 @@ def build(bld): obj.target = 'machina_gui' obj.source = 'main.cpp' obj.includes = ['.', '../..', '../engine'] - obj.defines = 'VERSION="' + bld.env.MACHINA_VERSION + '"' obj.use = 'libmachina_engine libmachina_gui' autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM GTKMM SORD RAUL MACHINA EUGENE GANV LV2') -- cgit v1.2.1