update Mac version info, set SHAREPATH to application folder for Mac OS X

This commit is contained in:
kreatordxx 2007-11-05 07:55:50 +00:00
parent 7363a2a5fa
commit a4beacd08a
5 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,9 @@
D2X-Rebirth Changelog
20071105
--------
arch/carbon/conf.h, English.lproj/InfoPlist.strings, d2x-Info.plist, d2xgl-Info.plist: update Mac version info, set SHAREPATH to application folder for Mac OS X
20071103
--------
arch/sdl/jukebox.c: hack to remove warning when compiling on Mac OS X (constant/variable dirent parameter of file selection callback for scandir)

Binary file not shown.

View file

@ -12,7 +12,7 @@
#define D2XMINOR "5"
/* d2x micro version */
#define D2XMICRO "2"
#define D2XMICRO "3"
/* Define if you want to build the editor */
/* #undef EDITOR */
@ -87,7 +87,7 @@
/* #undef SDL_IMAGE */
/* Define this to be the shared game directory root */
#define SHAREPATH "/Users/christaylor/share/games/d2x"
#define SHAREPATH ""
/* Define to 1 if you have the ANSI C header files. */
//#define STDC_HEADERS 1

View file

@ -15,7 +15,7 @@
<key>CFBundleSignature</key>
<string>DCT2</string>
<key>CFBundleVersion</key>
<string>0.5.0</string>
<string>0.5.3</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View file

@ -15,7 +15,7 @@
<key>CFBundleSignature</key>
<string>DCT2</string>
<key>CFBundleVersion</key>
<string>0.5.0</string>
<string>0.5.3</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>