Added documentation on how to build a completely useless SDL library. :)

This commit is contained in:
Sam Lantinga
2006-03-08 08:30:17 +00:00
parent 66b29f704f
commit 339f03befc
9 changed files with 149 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
SDL_TimerID t1, t2, t3;
if ( SDL_Init(SDL_INIT_TIMER) < 0 ) {
fprintf(stderr, "Couldn't load SDL: %s\n", SDL_GetError());
fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError());
return(1);
}