From 287172c3f2dad9763bb79dbfe9ce56a59e8b24f7 Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Wed, 1 Dec 2010 00:06:30 +0800 Subject: [PATCH] Change Mac OS X 'Development' SDK to the built-in one to get rid of depreciated 'ShowCursor' warning --- CHANGELOG.txt | 1 + d1x-rebirth.xcodeproj/project.pbxproj | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ffdc2f93e..f71157f65 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,7 @@ D1X-Rebirth Changelog include/hmp.h, misc/hmp.c: Little fixes for rev939 - changed definition from WIN32 to _WIN32, added little hack for incorrectly set HMP loop in Descent2-version of descent.hmp SConstruct, arch/include/messagebox.h, arch/win32/messagebox.c, main/inferno.c, misc/error.c: Add support for Windows native error/warning boxes; Only print to stdout on Linux/other *nix; Fixed redundant printing of Error and Warning via stdout arch/carbon/messagebox.c, main/inferno.c, main/titles.c: Turn fullscreen off when showing a messagebox for Mac; move songs_play_song(SONG_TITLE) from inferno.c to titles.c +d1x-rebirth.xcodeproj/project.pbxproj: Change Mac OS X 'Development' SDK to the built-in one to get rid of depreciated 'ShowCursor' warning 20101128 -------- diff --git a/d1x-rebirth.xcodeproj/project.pbxproj b/d1x-rebirth.xcodeproj/project.pbxproj index 9fbe9ff9a..177aa4024 100755 --- a/d1x-rebirth.xcodeproj/project.pbxproj +++ b/d1x-rebirth.xcodeproj/project.pbxproj @@ -2161,7 +2161,6 @@ buildSettings = { GCC_PREFIX_HEADER = arch/carbon/conf.h; GCC_TREAT_WARNINGS_AS_ERRORS = YES; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Development; };