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:
Max Horn 2003-07-15 02:16:33 +00:00
parent cc8334638b
commit b05e7de7bb
13 changed files with 80 additions and 29 deletions

View file

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