aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/windows
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-01 18:39:46 +0000
committerlloyd <[email protected]>2009-07-01 18:39:46 +0000
commit461602d1d2662cdad9f898bc350d9074b267cc6a (patch)
treedfdcdccd0b72abb9a963453175f04a278c9a5b42 /src/build-data/os/windows
parent0050518a350638e9969ab4fb226a3919b80d634a (diff)
Make the install_cmd_{data,exec} items in the build-data files quoted,
since they often contain spaces. This doesn't matter to configure.pl's hand-done regex 'parser', but it makes things more consistent and makes it possible to use the shlex parser included with python to parse all of the data files. Also remove the unused <arch> entry in darwin - this information had previously be removed from all the other files but I guess that one was missed.
Diffstat (limited to 'src/build-data/os/windows')
-rw-r--r--src/build-data/os/windows4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/os/windows b/src/build-data/os/windows
index 823c60d6c..a04d609b8 100644
--- a/src/build-data/os/windows
+++ b/src/build-data/os/windows
@@ -9,8 +9,8 @@ static_suffix lib
install_root c:\Botan
doc_dir docs
-install_cmd_data copy
-install_cmd_exec copy
+install_cmd_data "copy"
+install_cmd_exec "copy"
<target_features>
win32_virtual_lock