oslibs, SDL-1.2: rebuilt from latest code (1.2.16).

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1618 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2019-08-03 11:47:14 +00:00
parent a1390f2529
commit 0e6d131547
7 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@ extern "C" {
/*@{*/
#define SDL_MAJOR_VERSION 1
#define SDL_MINOR_VERSION 2
#define SDL_PATCHLEVEL 15
#define SDL_PATCHLEVEL 16
/*@}*/
typedef struct SDL_version {

View file

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.15</string>
<string>1.2.16</string>
<key>CFBundleSignature</key>
<string>SDLX</string>
<key>CFBundleVersion</key>
<string>1.2.15</string>
<string>1.2.16</string>
<key>DTCompiler</key>
<string></string>
<key>DTPlatformBuild</key>

Binary file not shown.

View file

@ -40,7 +40,7 @@ while test $# -gt 0; do
lib_suffix=$optarg
;;
--version)
echo 1.2.15
echo 1.2.16
;;
--cflags)
echo -I${prefix}/include -Dmain=SDL_main

View file

@ -41,7 +41,7 @@ extern "C" {
/*@{*/
#define SDL_MAJOR_VERSION 1
#define SDL_MINOR_VERSION 2
#define SDL_PATCHLEVEL 15
#define SDL_PATCHLEVEL 16
/*@}*/
typedef struct SDL_version {

Binary file not shown.

Binary file not shown.