This request supersedes:
request 720547
(Show diff)
Overview
Loading...
Login required, please
login
in order to comment
build fails
author
Hm, do we really need an empty .a in the package:
/* Include the SDL main definition header */ #include "SDL_main.h" #ifdef main #undef main int main(int argc, char *argv[]) { return(SDL_main(argc, argv)); } #else /* Nothing to do on this platform */ #endif
Login required, please
login
in order to comment