New automake-based build process.

This commit is contained in:
Markus Kauppila 2011-05-25 18:53:48 +03:00
parent 6a2c27c6eb
commit 122418566e
29 changed files with 23344 additions and 55 deletions

View file

@ -36,7 +36,7 @@ int main(int argc, char *argv[]) {
const Uint32 startTicks = SDL_GetTicks();
char *libName = "libtest.so";
char *libName = "tests/libtest.0.dylib";
void *library = SDL_LoadObject(libName);
if(library == NULL) {
printf("Loading %s failed\n", libName);