New automake-based build process.
This commit is contained in:
parent
6a2c27c6eb
commit
122418566e
29 changed files with 23344 additions and 55 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue