
15 Apr
2011
15 Apr
'11
3:04 p.m.
Gevorg Voskanyan wrote:
Liking or not glob may be a matter of taste, but here Steven was also suggesting
to drop the 'for' loop and take advantage of variable expansion semantics instead. The code can be simplified to: local s = boundary codecvt ... ; result += <source>$(s).cpp ;
Sorry I meant to say <source>icu/$(s).cpp Gevorg