Sam Lantinga
0770c6a8ec
Remove automake junk before generating a snapshot
2004-02-16 04:37:56 +00:00
Sam Lantinga
268729cc33
Fixed "dist" make target for newer versions of automake
2003-12-14 06:25:53 +00:00
Sam Lantinga
971fb91ad9
N Sep 17 8791 Sam Lantinga Re: tks source released
...
Date: Sun, 07 Sep 2003 02:51:58 +0200
From: Stephane Marchesin
Subject: [SDL] Two little patches
Compiling SDL with a recent gcc (gcc 3.3.1, 3.3 doesn't have this
behaviour) gives some nasty warnings :
SDL_blit_A.c: In function `BlitRGBtoRGBSurfaceAlpha128MMX':
SDL_blit_A.c:223: warning: integer constant is too large for "long" type
SDL_blit_A.c:225: warning: integer constant is too large for "long" type
SDL_blit_A.c:227: warning: integer constant is too large for "long" type
[...]
The first attached patch (longlongfix.patch) tells gcc to really treat
those constants as unsigned long long and not long.
The second patch (nasinclude.patch) fixes an include problem I had while
compiling nas audio : when the <audio/audiolib.h> file lies in
/usr/X11R6/include, a -I/usr/X11R6/include option is needed or the file
isn't found.
2003-09-21 18:32:04 +00:00
Sam Lantinga
25750d0f2e
Added Visual C++ 7 (.NET) projects (thanks James!)
2002-10-08 15:43:40 +00:00
Sam Lantinga
fd756e4973
Added initial support for Dreamcast (thanks HERO!)
2002-10-05 16:50:56 +00:00
Sam Lantinga
a2202e37bd
Updated the Borland C++ projects (thanks Dominique!)
2002-08-24 16:15:37 +00:00
Sam Lantinga
8cbbab0b2e
Updated for embedded Visual C++ 4.0
2002-08-20 00:20:06 +00:00
Sam Lantinga
9b566cdf1a
Added initial support for PicoGUI (thanks Micah!)
2002-08-01 23:24:13 +00:00
Sam Lantinga
439addfc0c
Added a README for Qtopia
2002-06-01 18:43:51 +00:00
Sam Lantinga
6858a8b4cd
The Win32 information has been moved to the FAQ.
2002-05-19 18:45:55 +00:00
Sam Lantinga
992d44f1af
*** empty log message ***
2002-05-17 17:49:25 +00:00
Sam Lantinga
6f14b49abe
*** empty log message ***
2002-04-18 04:51:20 +00:00
Sam Lantinga
c6a0b5febd
Fixed failed make when running "make distclean"
2002-04-14 22:17:50 +00:00
Sam Lantinga
393bef31ab
Added SDL_LockRect() and SDL_UnlockRect()
...
Incorporated XFree86 extension libraries into the source
2002-03-05 19:55:32 +00:00
Sam Lantinga
78006c91ad
Added initial support for Atari (thanks Patrice!)
2002-02-17 19:54:28 +00:00
Sam Lantinga
17066571f5
David Snopek added Borland compiler support
2002-02-13 17:45:24 +00:00
Sam Lantinga
101b8d9b5d
*** empty log message ***
2002-01-18 18:14:22 +00:00
Sam Lantinga
10eeab08dc
*** empty log message ***
2001-12-14 13:13:20 +00:00
Sam Lantinga
6c391c91d6
Include the README files with the source distribution
2001-11-22 03:43:57 +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
be67787cfb
Applied Paul Jenner's patches to fix "make distcheck" and "make rpm"
2001-08-09 05:31:32 +00:00
Sam Lantinga
466d324523
Fixed the project builder project archive
...
Added a rule to generate the archive from loose directories too. :)
2001-07-23 19:48:28 +00:00
Sam Lantinga
b802f12517
Changed the CVS root to point to libsdl.org
2001-07-21 18:40:28 +00:00
Sam Lantinga
c5e72a0226
*** empty log message ***
2001-06-10 18:39:47 +00:00
Sam Lantinga
6f81bd9515
Use correct repository when generating CVS snapshots
2001-04-26 16:52:42 +00:00
Sam Lantinga
5d2015c741
Initial revision
2001-04-26 16:45:43 +00:00