U
Une bévue
i'm writting c ext to ruby specifically for the Mac OS X platform.
i've seen in the ruby files that, for example, RubyCocoa is under a
folder /path/to/osx
i think it's a good idae then i wonder on how to have my ext reflect
that.
is it sufficient to organize my ext dir like that :
ext/
osx/
[all the files for this ext]
???
i've seen in the ruby files that, for example, RubyCocoa is under a
folder /path/to/osx
i think it's a good idae then i wonder on how to have my ext reflect
that.
is it sufficient to organize my ext dir like that :
ext/
osx/
[all the files for this ext]
???