summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-03-23 13:31:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-03-23 13:31:29 (GMT)
commit5e909dbaaa4c82416d3239f785c3876cd3c9e9f1 (patch)
treea3fec8922d28ec0c08eac094c006072a9d6931b5 /windows
parentbf9abc4fbc05386ae4b8fbc5b0c631aa4e6f3dc3 (diff)
downloadhdf5-5e909dbaaa4c82416d3239f785c3876cd3c9e9f1.zip
hdf5-5e909dbaaa4c82416d3239f785c3876cd3c9e9f1.tar.gz
hdf5-5e909dbaaa4c82416d3239f785c3876cd3c9e9f1.tar.bz2
[svn-r18440] Corrected windows script file
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/copy_hdf.bat2
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