Remove WITH_VERSION_INFO, version info by default

This commit is contained in:
latot
2015-10-22 21:21:47 -03:00
parent 264ba550b7
commit 47b0f83aed
11 changed files with 22 additions and 55 deletions
+1 -4
View File
@@ -88,10 +88,7 @@ static void Version()
{
#if defined(WIN32)
RString sProductID = ssprintf("%s", (string(PRODUCT_FAMILY) + product_version).c_str() );
RString sVersion = "(StepMania was built without HAVE_VERSION_INFO)";
#if defined(HAVE_VERSION_INFO)
sVersion = ssprintf("build %s\nCompile Date: %s @ %s", ::sm_version_git_hash, version_date, version_time);
#endif // HAVE_VERSION_INFO
RString sVersion = ssprintf("build %s\nCompile Date: %s @ %s", ::sm_version_git_hash, version_date, version_time);
AllocConsole();
freopen("CONOUT$","wb", stdout);