Commit Graph

15 Commits

Author SHA1 Message Date
Ryan C. Gordon
cfe570050a Merged r3002:3003 from branches/SDL-1.2: libdir fix in sdl-config and SDL.spec 2007-04-01 03:28:36 +00:00
Sam Lantinga
6bc598ea61 SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
Sam Lantinga
38d3a87379 Date: Mon, 22 May 2006 01:16:47 -0400
From: Mike Frysinger
Subject: [SDL] [patch] fix sed expression in sdl-config

just noticed that sdl-config uses '[a-z]' with sed in sdl-config without
forcing the locale to C ... this could cause problems with locales where the
letter 'z' is not the last letter in the alphabet
2006-05-23 15:07:56 +00:00
Sam Lantinga
3a21de87f7 Date: Thu, 20 Apr 2006 10:13:34 +0200
From: Julien Lecomte
Subject: [SDL] sdl-config

I've noticed that `sdl-config' usage reports that --static-libs is
available even when it's not.
I've modified the 'sdl-config.in' file so that it no longer reports
'--static-libs' if SDL was compiled with --disable-static.
I didn't change --disable-shared behavior.
2006-04-20 16:33:51 +00:00
Sam Lantinga
eacad52dc2 EXTRA_LDFLAGS are the linker flags and libraries needed to build SDL.
SDL_LIBS are the linker flags and libraries needed to build SDL applications.
SDL_STATIC_LIBS is set to SDL_LIBS by default.
2006-03-18 18:41:59 +00:00
Sam Lantinga
f05187e232 New configure-based build system. Still work in progress, but much improved 2006-02-16 10:11:48 +00:00
Sam Lantinga
6c019d967f Fixed static linking on MacOS X (thanks Max!) 2004-02-11 07:09:11 +00:00
Sam Lantinga
9347de4f79 The portable way of including SDL is #include "SDL.h" 2002-09-09 05:28:06 +00:00
Sam Lantinga
eba3a46432 Removed the API changes to preserve SDL 1.2 stability 2002-03-06 11:05:47 +00:00
Sam Lantinga
cd75fa06b0 *** empty log message *** 2001-12-18 00:18:49 +00:00
Sam Lantinga
5f2a95f4ca *** empty log message *** 2001-11-02 18:12:52 +00:00
Sam Lantinga
2d8666020c Oops, back out that SDL_main -> SDLMain conversion 2001-09-23 21:09:08 +00:00
Sam Lantinga
d08a76b227 Changed SDLMain to SDL_main for MacOS X stuff 2001-09-23 20:42:00 +00:00
Sam Lantinga
3e1a97bb62 Added Max's patches for building MacOS X apps on command line 2001-09-04 23:18:45 +00:00
Sam Lantinga
5d2015c741 Initial revision 2001-04-26 16:45:43 +00:00