replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date
svn-id: r9032
This commit is contained in:
parent
cc8334638b
commit
b05e7de7bb
13 changed files with 80 additions and 29 deletions
|
@ -178,7 +178,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
// Read the config file
|
||||
g_config = new Config(scummhome, "scummvm");
|
||||
g_config->set("versioninfo", SCUMMVM_VERSION);
|
||||
g_config->set("versioninfo", gScummVMVersion);
|
||||
|
||||
// Parse the command line information
|
||||
detector._saveconfig = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue