diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-04-30 19:23:26 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-04-30 19:23:26 (GMT) |
commit | 5773fd34bc5adf59b4530d95ac9f0c0585902803 (patch) | |
tree | 456ad239799382e1f083fb7fc74399e43b471912 /windows/copy_hdf.bat | |
parent | 0138995d1ce2068db1f790503435a2121132d3ad (diff) | |
download | hdf5-5773fd34bc5adf59b4530d95ac9f0c0585902803.zip hdf5-5773fd34bc5adf59b4530d95ac9f0c0585902803.tar.gz hdf5-5773fd34bc5adf59b4530d95ac9f0c0585902803.tar.bz2 |
[svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. New fortran wrappers added.
Diffstat (limited to 'windows/copy_hdf.bat')
-rwxr-xr-x | windows/copy_hdf.bat | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index c9b2957..b02e2eb 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -21,11 +21,11 @@ rem Last Update : November 17, 2007 by Scott Wegner pushd %~dp0
-copy /y src\H5Tinit.c ..\src > nul
-copy /y src\H5pubconf.h ..\src > nul
-copy /y fortran\src\H5f90i_gen.h ..\fortran\src > nul
-copy /y fortran\src\H5fortran_types.f90 ..\fortran\src > nul
-xcopy /s /i /y *.bat ..\ > nul
-copy /y examples\testExamples_exp_output.txt ..\examples > nul
+copy src\H5Tinit.c ..\src
+copy src\H5pubconf.h ..\src
+copy fortran\src\H5f90i_gen.h ..\fortran\src
+copy fortran\src\H5fortran_types.f90 ..\fortran\src
+xcopy /e/i/Y *.bat ..\
+copy examples\testExamples_exp_output.txt ..\examples
popd
|