Create RCL_1 branch to isolate Symbian^2 builds from changes that only work on Symbian^3.
Branch point is the latest that seems to work out of the box.
; Some common macros for hermes nasm code%macro SDL_FUNC 1%ifdef HIDDEN_VISIBILITYGLOBAL %1:function hidden%elseGLOBAL %1%endif%endmacro