|
Boost-Commit : |
From: troy_at_[hidden]
Date: 2007-06-15 11:47:56
Author: troy
Date: 2007-06-15 11:47:55 EDT (Fri, 15 Jun 2007)
New Revision: 7062
URL: http://svn.boost.org/trac/boost/changeset/7062
Log:
Windows tweaks.
Text files modified:
sandbox-branches/boost-cmake/dart-client/conf.py | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
Modified: sandbox-branches/boost-cmake/dart-client/conf.py
==============================================================================
--- sandbox-branches/boost-cmake/dart-client/conf.py (original)
+++ sandbox-branches/boost-cmake/dart-client/conf.py 2007-06-15 11:47:55 EDT (Fri, 15 Jun 2007)
@@ -32,7 +32,19 @@
'nightly' : (['-D', 'Nightly'], nightly_dt)
}
+#
+# CUSTOMIZE THESE
+#
+# Typical settings on unix.
+#
ctest = "ctest"
cmake = "cmake"
-
+# Typical settings on windows:
+#
+# The escaped doublequotes around the name of the executables are necessary.
+#
+# cmake = "\"C:\\Program Files\???\cmake.exe\""
+# ctest = "\"C:\\Program Files\???\ctest.exe\""
+#
+
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk