diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-02-22 14:55:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-02-22 14:55:04 (GMT) |
commit | 5d320f5c89fdb0a830a9f435e32c3cde3a8bd863 (patch) | |
tree | a79e9e3fbda396ebdf70e67b82d75144449af07d /windows/install_hlcexamples.BAT | |
parent | cab5c372bfc34773014c13a38ca8dc30d5a89441 (diff) | |
download | hdf5-5d320f5c89fdb0a830a9f435e32c3cde3a8bd863.zip hdf5-5d320f5c89fdb0a830a9f435e32c3cde3a8bd863.tar.gz hdf5-5d320f5c89fdb0a830a9f435e32c3cde3a8bd863.tar.bz2 |
[svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunk
Diffstat (limited to 'windows/install_hlcexamples.BAT')
-rwxr-xr-x | windows/install_hlcexamples.BAT | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/windows/install_hlcexamples.BAT b/windows/install_hlcexamples.BAT index 7644ed0..043b7ee 100755 --- a/windows/install_hlcexamples.BAT +++ b/windows/install_hlcexamples.BAT @@ -30,8 +30,6 @@ rem Simply create the needed directories :makedirs
mkdir %exdir%\HLCexamplesRELEASE
mkdir %exdir%\HLCexamplesRELEASEDLL
- mkdir %exdir%\HLCexamplesDEBUG
- mkdir %exdir%\HLCexamplesDEBUGDLL
exit /b
rem This function actally copies the file over, first making sure it exists. If not, we increment nerrors
@@ -61,7 +59,7 @@ rem %2 - destination to copy to call :makedirs
rem copy the files
- for %%a in (DEBUG RELEASE) do (
+ for %%a in (RELEASE) do (
for %%b in (DLL static) do (
set ver=%%b
set ver=!ver:static=!
|