Ignore:
Timestamp:
Sep 18, 2011, 11:01:26 PM (12 years ago)
Author:
sam
Message:

osx: automake does not support .mm files yet, so rename ios-image.mm back
to ios-image.cpp, but disable it on OS X because UIKit isn't available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testsuite.cpp

    r942 r958  
    1616#include <cstdlib>
    1717
     18#if USE_SDL
     19#   include <SDL_main.h>
     20#endif
     21
    1822#include <lol/unit.h>
    1923
    20 int main(void)
     24int main(int argc, char **argv)
    2125{
    2226    lol::TextTestRunner runner;
Note: See TracChangeset for help on using the changeset viewer.