Change Mac OS X 'Development' SDK to the built-in one to get rid of depreciated 'ShowCursor' warning

This commit is contained in:
Chris Taylor 2010-12-01 00:06:30 +08:00
parent c34763b070
commit 287172c3f2
2 changed files with 1 additions and 1 deletions

View file

@ -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
--------

View file

@ -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;
};