summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-02 22:08:41 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-02 22:08:41 +0100
commit2f9e6bc1478d28f1b040ada6c901e6683ff7ac64 (patch)
treec504ed8ff8e8741142e8e2fce45fabe8df3d36e6 /wscript
parent43db901b50575daf978621384264d5c0131ecf06 (diff)
Use version.cc contents instead of DVDOMATIC_VERSION.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 7985d9419..cb284b126 100644
--- a/wscript
+++ b/wscript
@@ -20,7 +20,6 @@ def configure(conf):
conf.load('winres')
conf.env.append_value('CXXFLAGS', ['-D__STDC_CONSTANT_MACROS', '-msse', '-mfpmath=sse', '-ffast-math', '-fno-strict-aliasing', '-Wall', '-Wno-attributes'])
- conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_VERSION="%s"' % VERSION])
# Turn off player for now
conf.options.disable_player = True