Placate versions of ranlib which complain about empty files (Mac OS X 10.4)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401995
This commit is contained in:
parent
532023bd76
commit
ed7da31472
1 changed files with 6 additions and 0 deletions
|
@ -11,5 +11,11 @@ main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
/* Nothing to do on this platform */
|
/* Nothing to do on this platform */
|
||||||
|
int
|
||||||
|
SDL_main_stub_symbol()
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* vi: set ts=4 sw=4 expandtab: */
|
/* vi: set ts=4 sw=4 expandtab: */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue