summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Make it possible to run "make dist" from a separate build directory.Sam Lantinga2011-03-151-2/+4
|
* SDL 1.3 doesn't use nasm anymore. :)Sam Lantinga2011-02-241-1/+0
|
* update-revision is still phony. :)Sam Lantinga2011-02-181-1/+1
|
* Added a better way to include build rules in the MakefileSam Lantinga2011-02-181-8/+10
| | | | | Cleaned up dependencies on generating SDL_revision.h Fixed 'make install' if you are not building from a Mercurial repository
* Don't remove the pseudo-generated headers because this command might be run ↵Sam Lantinga2011-02-171-1/+1
| | | | from the repo directory and it confuses people, especially if they have no way of regenerating SDL_revision.h :)
* Fixed make installSam Lantinga2011-02-171-1/+1
|
* The library target directly depends on SDL_revision.hSam Lantinga2011-02-161-2/+2
|
* Fixed SDL_revision.h dependenciesSam Lantinga2011-02-161-3/+3
|
* Building SDL_revision.h is a dependency of installing the headers. :)Sam Lantinga2011-02-161-1/+1
|
* Made it possible to build SDL from a fresh checkout without any additional ↵Sam Lantinga2011-02-161-11/+4
| | | | | | | | steps. The trick is that if you're using configure and you don't want to have SDL_config.h and SDL_revision.h to show up as modified, you need to configure and build from a separate directory. You also need to include SDL_revision.h directly if you want to use the SDL_REVISION constant, as a side effect of these changes.
* Added a simple log message APISam Lantinga2011-02-071-0/+1
|
* Added a hint system to allow configuration hints to be specified by the ↵Sam Lantinga2011-02-051-0/+1
| | | | application.
* Split the rendering API out into a separate header file.Sam Lantinga2011-02-011-0/+1
|
* Making the API simpler, scaling is always defined as linear interpolation ↵Sam Lantinga2011-01-311-1/+0
| | | | and should be supported as much as possible on all renderers.
* Fixed bug #945Sam Lantinga2011-01-211-5/+0
| | | | | | The configure script was breaking the substitutions into multiple fragments, breaking them across the substitution for the build rules. This of course totally hosed the process. I switched to using a more modern usage of AC_OUTPUT and added a post-process step that appends the build rules to the Makefile.
* PS3 Linux is no more...Sam Lantinga2011-01-191-5/+0
|
* Include the Android Makefile in the distribution filesSam Lantinga2011-01-101-1/+1
|
* Use the enumerated type for blend and scale mode instead of intSam Lantinga2010-12-121-1/+46
| | | | Renamed SDL_TextureScaleMode to SDL_ScaleMode
* Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windowsSam Lantinga2010-08-221-1/+1
|\
| * Merged changes from the main SDL codebaseSam Lantinga2010-07-121-1/+1
| |\
| | * Need to add new headers to Makefile.inSam Lantinga2010-07-071-1/+1
| | |
| | * Removed multi-mouse / multi-keyboard support in anticipation of a real ↵Sam Lantinga2010-05-091-1/+1
| | | | | | | | | | | | | | | | | | multi-mouse and multi-touch API. Plus, this lets me start implementing cursor support.
| * | Added some files I had previosuly missedJim Grandpre2010-07-111-1/+1
| | |
| * | Added gesture test c file. Beginning of gesture recognition.Jim Grandpre2010-06-141-1/+1
| |/
* | Finished X11 shaped-window functionality and removed ellipse+polygon rendering.Eli Gottlieb2010-06-301-1/+1
| |
* | Added management and drawing functions for ellipses and polygons.Eli Gottlieb2010-06-031-1/+1
| |
* | Moved the SDL_Eyes test program for shaped windows into the Hg repository ↵Eli Gottlieb2010-05-311-1/+1
|/ | | | and got it building and linking as a test.
* Fixed bug #928Sam Lantinga2010-01-241-1/+1
| | | | The change notes for SDL 1.3 will be moving to the wiki.
* Added Xcode-iPhoneOS to make distSam Lantinga2010-01-191-1/+1
|
* Don't forget to install the new header. :)Sam Lantinga2010-01-131-1/+1
|
* The docs directory doesn't exist anymoreSam Lantinga2009-11-111-1/+1
|
* Adam Strzelecki to SDLSam Lantinga2009-10-281-1/+3
| | | | This patch significantly speeds up make process (mostly noticeable on MinGW+MSYS) canceling implicit rules for dependencies and Makefile.in that caused lot of unnecessary file checks (in case of Windoze those are pretty slow). See "make -d" before and after applying this patch.
* Merged r4974:4975 from branches/SDL-1.2: sdl.pc removal on make uninstall.Ryan C. Gordon2009-10-081-0/+1
| | | | Fixes Bugzilla #813 for the 1.3 branch.
* The SDL 1.3 documentation will be primarily online wiki based:Sam Lantinga2009-10-071-15/+3
| | | | | | http://wiki.libsdl.org/ Please contact Lauren MacDonell laleh_aziz cox.net who is coordinating it.
* Fixed make distSam Lantinga2009-10-041-1/+1
|
* Fixed make distSam Lantinga2009-10-041-1/+1
|
* Use gcc's built-in dependency generation, thanks to Adam StrzeleckiSam Lantinga2009-10-041-16/+9
|
* Fixed bug #704Sam Lantinga2009-09-261-2/+5
| | | | | | Dennis 2009-02-20 15:36:49 PST When trying to run a parallel build, gcc will not be able to find SDL_revision.h
* Removed outdated Dreamcast supportSam Lantinga2009-09-191-1/+1
|
* Oh yeah, this file is goneSam Lantinga2009-09-191-1/+1
|
* Removing old CD-ROM header referenceSam Lantinga2009-09-191-1/+1
|
* This doesn't actually build on other platforms, I'll have to check with MartinSam Lantinga2009-09-071-1/+1
|
* Merged Martin's code changes from Google Summer of Code 2009Sam Lantinga2009-09-071-0/+5
|
* First commit for SDL atomic operations.Bob Pendleton2009-06-091-1/+1
| | | | On my linux box it compiles and installs correctly and testatomic runs without errors.
* Initial work on power subsystem for SDL 1.3.Ryan C. Gordon2009-06-071-1/+1
|
* Reverted dangerous change that could remove /bin/sh :)Sam Lantinga2009-03-061-1/+1
|
* Date: Wed, 4 Mar 2009 15:38:22 +0200Sam Lantinga2009-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | From: "Mike Gorchak" Subject: Re: About QNX support in SDL 1.3 Here is another batch of patches. 1) Makefile.in - added SDL_opengles.h header as header to install. 2) configure.in - Added special define to detect Common Lite OpenGL ES library in case if Common library is not installed. Added check for clock_gettime in libc (in QNX it is in libc). 3) SDL_config.h.in - Added SDL_VIDEO_RENDER_OPENGL_ES and SDL_VIDEO_OPENGL_ES declarations for configure script autodetection. 4) SDL_opengles.h - Added GL_API definition if it is not defined. Added extension GL_OES_draw_texture because OpenGL ES Renderer uses it without declaration. Added GL_OES_vertex_buffer_object extension, which is supported under QNX OpenGL ES. Added GL_OES_single_precision extension. 5) To the test directory I've added building OpenGL ES test applications through the autotools suite. Was support for iPhone IDE building only.
* Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNXSam Lantinga2009-03-041-1/+1
|
* Fixed snapshot targetSam Lantinga2009-01-121-1/+1
|
* Fixed some dependency issues with SDL_revision.hSam Lantinga2009-01-041-5/+2
|