Forráskód Böngészése

Changed Windows build command to build Release

Jim Miller 25 éve
szülő
commit
1c44097f13
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
     {