mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-08 16:52:01 +00:00
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:
parent
a1390f2529
commit
0e6d131547
7 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -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.
|
@ -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
|
||||
|
|
|
@ -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.
Loading…
Reference in a new issue