Fix merge.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index b13aa59e4235aca6215e60468b18fea43a2c9bf1..02d95715b719e8d8c174caf92adac21b3929a601 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.66'
+VERSION = '0.68pre'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -22,7 +22,7 @@ def configure(conf):
     conf.env.append_value('CXXFLAGS', ['-D__STDC_CONSTANT_MACROS', '-msse', '-mfpmath=sse', '-ffast-math', '-fno-strict-aliasing', '-Wall', '-Wno-attributes'])
 
     if conf.options.target_windows:
-        conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS', '-DWIN32_LEAN_AND_MEAN', '-DBOOST_USE_WINDOWS_H'])
+        conf.env.append_value('CXXFLAGS', ['-DDVDOMATIC_WINDOWS', '-DWIN32_LEAN_AND_MEAN', '-DBOOST_USE_WINDOWS_H', '-DUNICODE'])
         wxrc = os.popen('wx-config --rescomp').read().split()[1:]
         print wxrc
         conf.env.append_value('WINRCFLAGS', wxrc)