ref: 502547269515fa6ee453b97b193338f6df96df9c
parent: 27fdf814d98dd5703865b3913387678d8c6b9b8d
author: Paul Brossier <piem@piem.org>
date: Thu Mar 23 14:01:48 EDT 2017
wscript: remove unused defines for now
--- a/wscript
+++ b/wscript
@@ -122,13 +122,6 @@
target_platform = ctx.options.target_platform
ctx.env['DEST_OS'] = target_platform
- version_dict = get_version_info();
- ctx.define('AUBIO_VERSION',VERSION)
- ctx.define('AUBIO_MAJOR_VERSION', version_dict['AUBIO_MAJOR_VERSION'])
- ctx.define('AUBIO_MINOR_VERSION', version_dict['AUBIO_MINOR_VERSION'])
- ctx.define('AUBIO_PATCH_VERSION', version_dict['AUBIO_PATCH_VERSION'])
- ctx.define('AUBIO_VERSION_STATUS', version_dict['AUBIO_VERSION_STATUS'])
-
if ctx.options.build_type == "debug":
ctx.define('DEBUG', 1)
else: