Mercurial > sdl-ios-xcode
view src/hermes/common.inc @ 1894:c69cee13dd76
sdl.pc is in build directory, not source
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 06 Jul 2006 18:01:37 +0000 |
parents | d76c3909b244 |
children |
line wrap: on
line source
; Some common macros for hermes nasm code %macro SDL_FUNC 1 %ifdef HIDDEN_VISIBILITY GLOBAL %1:function hidden %else GLOBAL %1 %endif %endmacro