Explorar o código

Changed Windows build command to build Release

Jim Miller %!s(int64=24) %!d(string=hai) anos
pai
achega
1c44097f13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/cmBuildCommand.cxx

+ 1 - 1
Source/cmBuildCommand.cxx

@@ -66,7 +66,7 @@ bool cmBuildCommand::Invoke(std::vector<std::string>& args)
     makecommand += "\"";
     makecommand += " ";
     makecommand += m_Makefile->GetProjectName();
-    makecommand += ".dsw /MAKE \"ALL_BUILD - Debug\" /REBUILD";
+    makecommand += ".dsw /MAKE \"ALL_BUILD - Release\" /REBUILD";
     }
   else
     {