Fixed last warning on GCC 4.7.1. Also updated the branding text on the Win32 installer script.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5585 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
a471ada1f6
commit
04ab3b3eb4
@ -50,7 +50,7 @@ SetCompressor LZMA
|
||||
SetCompressorDictSize 32
|
||||
SetDatablockOptimize on
|
||||
OutFile "${OUTDIR}\OoliteInstall-${VER}${EXTVER}.exe"
|
||||
BrandingText "(C) 2003-2011 Giles Williams and contributors"
|
||||
BrandingText "(C) 2003-2012 Giles Williams, Jens Ayton and contributors"
|
||||
Name "Oolite"
|
||||
Caption "Oolite ${VER}${EXTVER} Setup"
|
||||
SubCaption 0 " "
|
||||
@ -70,7 +70,7 @@ SetOverwrite on
|
||||
|
||||
VIAddVersionKey "ProductName" "Oolite"
|
||||
VIAddVersionKey "FileDescription" "A space combat/trading game, inspired by Elite."
|
||||
VIAddVersionKey "LegalCopyright" "© 2003-2011 Giles Williams and contributors"
|
||||
VIAddVersionKey "LegalCopyright" "© 2003-2012 Giles Williams, Jens Ayton and contributors"
|
||||
VIAddVersionKey "FileVersion" "${VER}"
|
||||
!ifdef SNAPSHOT
|
||||
VIAddVersionKey "SVN Revision" "${SVNREV}"
|
||||
|
@ -834,7 +834,7 @@ static JSBool ConsoleIsExecutableJavaScript(JSContext *context, uintN argc, jsva
|
||||
|
||||
OOJSResumeTimeLimiter();
|
||||
|
||||
OOJS_RETURN_BOOL(YES);
|
||||
OOJS_RETURN_BOOL(result);
|
||||
|
||||
OOJS_NATIVE_EXIT
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user