changeset 2047:9b7c0ff4977f

Whoops. :)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 01 Oct 2006 16:07:32 +0000
parents da8332c8f480
children 6067c7f9a672
files build-scripts/fatbuild.sh include/SDL_stdinc.h
diffstat 2 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/build-scripts/fatbuild.sh	Sun Oct 01 02:28:41 2006 +0000
+++ b/build-scripts/fatbuild.sh	Sun Oct 01 16:07:32 2006 +0000
@@ -19,17 +19,17 @@
 CC_PPC="gcc-3.3 -arch ppc"
 CXX_PPC="g++-3.3 -arch ppc"
 CFLAGS_PPC=""
-CPPFLAGS_PPC="-DMAC_OS_X_VERSION_MIN_REQUIRED=1020 \
+CPPFLAGS_PPC="-DMAC_OS_X_VERSION_MIN_REQUIRED=1030 \
 -nostdinc \
--F/Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks \
--I/Developer/SDKs/MacOSX10.2.8.sdk/usr/include/gcc/darwin/3.3 \
--isystem /Developer/SDKs/MacOSX10.2.8.sdk/usr/include"
+-F/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks \
+-I/Developer/SDKs/MacOSX10.3.9.sdk/usr/include/gcc/darwin/3.3 \
+-isystem /Developer/SDKs/MacOSX10.3.9.sdk/usr/include"
 
 # PowerPC linker flags 
 LFLAGS_PPC="-arch ppc \
--L/Developer/SDKs/MacOSX10.2.8.sdk/usr/lib/gcc/darwin/3.3 \
--F/Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks \
--Wl,-syslibroot,/Developer/SDKs/MacOSX10.2.8.sdk"
+-L/Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/gcc/darwin/3.3 \
+-F/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks \
+-Wl,-syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk"
 
 # Intel configure flags (10.4 runtime compatibility)
 # We dynamically load X11, so using the system X11 headers is fine.
--- a/include/SDL_stdinc.h	Sun Oct 01 02:28:41 2006 +0000
+++ b/include/SDL_stdinc.h	Sun Oct 01 16:07:32 2006 +0000
@@ -134,7 +134,7 @@
 #else
 /* This is really just a hack to prevent the compiler from complaining */
 typdef Sint32 Sint64;
-typdef Uint32 Uint32;
+typdef Uint32 Uint64;
 #endif
 
 /* Make sure the types really have the right sizes */