]> git.lyx.org Git - lyx.git/blobdiff - development/scons/SConstruct
- new documentation
[lyx.git] / development / scons / SConstruct
index 9db0173ff3944d3a3f439c5c6c4eb127fc158c34..1aa414edfb3b03a54e8f5a638fff91ce78b66289 100644 (file)
@@ -419,6 +419,10 @@ if platform_name == 'win32':
     else:
         env.Tool('mingw')
         env.AppendUnique(CPPPATH = ['#c:/MinGW/include'])
+        # fix a scons winres bug (there is a missing space between ${RCINCPREFIX} and ${SOURCE.dir}
+        # in version 0.96.93
+        env['RCCOM'] = '$RC $_CPPDEFFLAGS $RCINCFLAGS ${RCINCPREFIX} ${SOURCE.dir} $RCFLAGS -i $SOURCE -o $TARGET'
+    
 
 # we differentiate between hard-coded options and default options
 # hard-coded options are required and will always be there