diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-03-23 13:31:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-03-23 13:31:29 (GMT) |
commit | 5e909dbaaa4c82416d3239f785c3876cd3c9e9f1 (patch) | |
tree | a3fec8922d28ec0c08eac094c006072a9d6931b5 /windows/copy_hdf.bat | |
parent | bf9abc4fbc05386ae4b8fbc5b0c631aa4e6f3dc3 (diff) | |
download | hdf5-5e909dbaaa4c82416d3239f785c3876cd3c9e9f1.zip hdf5-5e909dbaaa4c82416d3239f785c3876cd3c9e9f1.tar.gz hdf5-5e909dbaaa4c82416d3239f785c3876cd3c9e9f1.tar.bz2 |
[svn-r18440] Corrected windows script file
Diffstat (limited to 'windows/copy_hdf.bat')
-rwxr-xr-x | windows/copy_hdf.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index afa20b1..a6dc153 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -23,7 +23,7 @@ pushd %~dp0 copy /y fortran\src\H5fortran_types.f90 ..\fortran\src > nul
xcopy /s /i /y *.bat ..\ > nul
-xcopy /s /i /y *.bat ..\ > nul
+xcopy /s /i /y *.h ..\ > nul
copy /y examples\testExamples_exp_output.txt ..\examples > nul
popd
|