mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 14:27:14 +00:00
__TIMESTAMP__ doesn't work with GCC, uses __TIME__ and __DATE__ instead.
svn-id: r3566
This commit is contained in:
parent
87631ebe7e
commit
18dce61c93
@ -380,7 +380,7 @@ void Scumm::parseCommandLine(int argc, char **argv) {
|
||||
_fullScreen = true;
|
||||
break;
|
||||
case 'v':
|
||||
printf("ScummVM " SCUMMVM_VERSION "\nBuilt on " __TIMESTAMP__ "\n");
|
||||
printf("ScummVM " SCUMMVM_VERSION "\nBuilt on " __DATE__ " " __TIME__ "\n");
|
||||
exit(1);
|
||||
default:
|
||||
ShowHelpAndExit:;
|
||||
|
Loading…
x
Reference in New Issue
Block a user