diff options
author | Brad King <brad.king@kitware.com> | 2010-06-15 18:06:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-15 18:06:28 (GMT) |
commit | b6313565e14fd64f64eb440c418ce41ccf55f0d2 (patch) | |
tree | 0995125ec4689fe138db703c8e6f91961860814d /Tests/bootstrap.bat.in | |
parent | 1a759b7d05cba0a3850cd1f2eecb7af9752bab8e (diff) | |
parent | 5e102d5e014bb21c66511226b9c60e54863f0636 (diff) | |
download | CMake-b6313565e14fd64f64eb440c418ce41ccf55f0d2.zip CMake-b6313565e14fd64f64eb440c418ce41ccf55f0d2.tar.gz CMake-b6313565e14fd64f64eb440c418ce41ccf55f0d2.tar.bz2 |
Merge branch 'msys-bootstrap-test'
Diffstat (limited to 'Tests/bootstrap.bat.in')
-rw-r--r-- | Tests/bootstrap.bat.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/bootstrap.bat.in b/Tests/bootstrap.bat.in new file mode 100644 index 0000000..aeb24b1 --- /dev/null +++ b/Tests/bootstrap.bat.in @@ -0,0 +1,2 @@ +@echo off +sh "@CMake_SOURCE_DIR@/bootstrap" %* |