summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildCommand.cxx
diff options
context:
space:
mode:
authorJim Miller <millerjv@crd.ge.com>2001-05-24 00:16:35 (GMT)
committerJim Miller <millerjv@crd.ge.com>2001-05-24 00:16:35 (GMT)
commit1c44097f13bca751513e3574b4d28a56762a3cb8 (patch)
tree5b4651148cb793b75a866feb0e5e16a459f058b7 /Source/cmBuildCommand.cxx
parent8130d63235708b97dd8f36ba0ccfecafe7bf7d88 (diff)
downloadCMake-1c44097f13bca751513e3574b4d28a56762a3cb8.zip
CMake-1c44097f13bca751513e3574b4d28a56762a3cb8.tar.gz
CMake-1c44097f13bca751513e3574b4d28a56762a3cb8.tar.bz2
Changed Windows build command to build Release
Diffstat (limited to 'Source/cmBuildCommand.cxx')
-rw-r--r--Source/cmBuildCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBuildCommand.cxx b/Source/cmBuildCommand.cxx
index 720c679..c285037 100644
--- a/Source/cmBuildCommand.cxx
+++ b/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
{