Hi  Lars,

>> env['RCFLAGS'].append("-DTEST=\"a space\"")
>> env['RCFLAGS'].append("-DTEST=\"nospace\"")
>>
>> Gives:
>>
>> windres "-DTEST="a space"" -DTEST="nospace"

among scons docs there is a phrase:


string surrounded by double quotation marks is interpreted as a single
argument, regardless of white space contained within

so
 env['RCFLAGS'].append(""-DTEST=\"a space\""")

might be what you are looking for ( not tested though )

Regards
Sergey
_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to