* 'make bundle' now copies the default theme files into the bundle.

* Common::File will now look inside the application bundle on MacOS X for a file if
it can't find it anywhere else (so it'll find default-theme.ini and .zip)
* Cleaned up some #ifs.

svn-id: r21308
This commit is contained in:
Oystein Eftevaag 2006-03-15 07:43:44 +00:00
parent 34b89a3258
commit 58eed3830b
5 changed files with 28 additions and 9 deletions

View file

@ -36,12 +36,10 @@ extern "C" {
// NOTE: if your compiler uses different mangled names, add another
// condition here
#ifndef _WIN32
#ifndef MACOSX
#if !defined(_WIN32) && !defined(MACOSX)
#define RGBtoYUV _RGBtoYUV
#define LUT16to32 _LUT16to32
#endif
#endif
#endif