Support for Mac OS X 10.4 is now dropped; the binaries may still work on 10.4 but this is no longer supported.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11026 4a71c877-e1ca-e34f-864e-861f7616d084
master
dak180 2010-06-23 21:08:33 +00:00 committed by Git SVN Gateway
parent 4596f45dcb
commit 64b75224e7
11 changed files with 13 additions and 13 deletions

View File

@ -15,7 +15,7 @@ that begins with 'fullscreen=' and change its value between '0' and '1'.
This program is distributed as a self-contained application bundle.
It should run without requiring any additional software on MacOS X
10.4 "Tiger" on either PowerPC or Intel systems.
10.5 "Leopard" on either PowerPC or Intel systems.
Please contact the Warzone Resurrection at http://wz2100.net/ if
you have any problems with this software.

View File

@ -3672,6 +3672,7 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
ORGANIZATIONNAME = net.wz2100;
};
buildConfigurationList = 02356D670BD3BB2600E9A019 /* Build configuration list for PBXProject "Warzone" */;
compatibilityVersion = "Xcode 3.1";

View File

@ -21,8 +21,6 @@ PRODUCT_NAME = Gettext
FRAMEWORK_SEARCH_PATHS = $(inherited) $(FRAMEWORK_SEARCH_PATHS_QUOTED_1)
LIBRARY_SEARCH_PATHS = $(inherited) $(LIBRARY_SEARCH_PATHS_QUOTED_1)
GCC_MODEL_TUNING = G5
GCC_PRECOMPILE_PREFIX_HEADER = YES
GCC_PREFIX_HEADER = $(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h
GCC_PREPROCESSOR_DEFINITIONS = HAVE_LOCALE_NULL $(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1) $(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_2) $(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_3) BUILDING_LIBINTL IN_LIBINTL HAVE_CONFIG_H $(inherited)
GCC_WARN_INHIBIT_ALL_WARNINGS = YES // gettext redifines things way too much, so shut it up

View File

@ -2,8 +2,9 @@
ARCHS = $(ARCHS_STANDARD_32_BIT)
SDKROOT = macosx10.4
GCC_VERSION = 4.0
SDKROOT = macosx10.5
GCC_VERSION = com.apple.compilers.llvm.clang.1_0
MACOSX_DEPLOYMENT_TARGET = 10.4
COPY_PHASE_STRIP = NO
DEAD_CODE_STRIPPING = YES
GCC_AUTO_VECTORIZATION = YES

View File

@ -12,9 +12,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) $(FRAMEWORK_SEARCH_PATHS_QUOTED_1)
HEADER_SEARCH_PATHS = external/quesoglc/src external/quesoglc/include $(HEADER_SEARCH_PATHS_QUOTED_1) $(HEADER_SEARCH_PATHS_QUOTED_2) $(inherited)
LIBRARY_SEARCH_PATHS = $(inherited) $(LIBRARY_SEARCH_PATHS_QUOTED_1)
GCC_MODEL_TUNING = G5
GCC_PRECOMPILE_PREFIX_HEADER = YES
GCC_PREFIX_HEADER = $(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h // mark
GCC_PREPROCESSOR_DEFINITIONS = SIZEOF_INT=4 SIZEOF_SHORT=2 $(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1) GLEW_DISABLE_VBOS GLEW_MX $(inherited)
GCC_WARN_INHIBIT_ALL_WARNINGS = YES // uses deprecated stuff
GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1 = QUESOGLC_VERSION="\"0.6.5\""

View File

@ -3,9 +3,7 @@
#include "QuesoGLC-All.xcconfig"
OTHER_LDFLAGS = -lfontconfig
GCC_ENABLE_FIX_AND_CONTINUE = YES
GCC_DYNAMIC_NO_PIC = NO
GCC_OPTIMIZATION_LEVEL = 0
GCC_PREFIX_HEADER =
ZERO_LINK = YES

View File

@ -3,6 +3,5 @@
#include "QuesoGLC-All.xcconfig"
OTHER_LDFLAGS = -framework Carbon
GCC_ENABLE_FIX_AND_CONTINUE = NO
ZERO_LINK = NO

View File

@ -1,6 +1,7 @@
// SDLmain settings for all configurations
GCC_VERSION = com.apple.compilers.llvmgcc42 // Match wz's
INSTALL_PATH = /usr/local/lib
PREBINDING = NO
PRODUCT_NAME = SDLmain

View File

@ -10,3 +10,4 @@ INFOPLIST_FILE = Resources/theora/Info.plist
PRODUCT_NAME = Theora
HEADER_SEARCH_PATHS = external/libtheora/lib external/libtheora/include/** $(inherited)
GCC_MODEL_TUNING = G5
WARNING_CFLAGS = -Wno-parentheses // Silence warnings that are not ours

View File

@ -1,8 +1,8 @@
// Warzone settings for all configurations
GCC_VERSION = com.apple.compilers.llvmgcc42
INSTALL_PATH = $(HOME)/Applications
OTHER_LDFLAGS[arch=ppc] = -w // This turns off 2 warnings that are actually in apple's sdk.
PREBINDING = NO
APPLY_RULES_IN_COPY_FILES = YES
INFOPLIST_FILE = Resources/Warzone-Info.plist
@ -23,6 +23,7 @@ OTHER_CPLUSPLUSFLAGS = $(FlagsForCandCpp)
GCC_WARN_ABOUT_RETURN_TYPE = YES // -Wreturn-type
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES // -Wmissing-field-initializers
WARNING_CFLAGS = -Wall -Wno-unused-label -Wno-format-security -Wno-strict-aliasing -Wmissing-field-initializers -Wcast-align -Wwrite-strings -Wpointer-arith // Wno-missing-declarations is set on GLee.c; otherwise we would have +3000 warnings
GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = NO // FIXME: -Wno-format Hides some "format not a string literal and no format arguments" warnings; these should be fixed at some point
GCC_WARN_UNUSED_FUNCTION = YES // -Wunused-function
GCC_WARN_UNUSED_LABEL = YES // -Wunused-label
GCC_WARN_UNUSED_VALUE = YES // -Wunused-value

View File

@ -12,3 +12,4 @@ GCC_MODEL_TUNING = G5
GCC_PRECOMPILE_PREFIX_HEADER = YES
GCC_PREFIX_HEADER =
GCC_PREPROCESSOR_DEFINITIONS = HAVE_UNISTD_H $(inherited)
WARNING_CFLAGS = -Wno-unused-value // Silence warnings that are not ours