mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 09:37:31 +00:00
Scons: fix a mingw/scons bug (it is a scons bug)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16538 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ea42168437
commit
34e341f366
@ -420,6 +420,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
|
||||
|
Loading…
Reference in New Issue
Block a user