diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-12-21 20:54:46 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-12-21 20:54:46 (GMT) |
commit | 9882c09faba0e67634fbe4f134bb4a5cd208d7e7 (patch) | |
tree | 82b4e483a2ac8b97d9871cffb70f2fc274a34f07 /windows/copy_hdf.bat | |
parent | b240730cc8b08f84326050d40e2a5ee49804a9c8 (diff) | |
download | hdf5-9882c09faba0e67634fbe4f134bb4a5cd208d7e7.zip hdf5-9882c09faba0e67634fbe4f134bb4a5cd208d7e7.tar.gz hdf5-9882c09faba0e67634fbe4f134bb4a5cd208d7e7.tar.bz2 |
[svn-r11827] Purpose:
Maintenance on Windows
Description:
Changes due to hl c examples' location changed
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/copy_hdf.bat')
-rwxr-xr-x | windows/copy_hdf.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index 641ee1f..54e1269 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -24,7 +24,8 @@ copy fortran\src\H5fortran_types.f90 ..\fortran\src xcopy /e/i/Y *.bat ..\ copy batch_net\convert.js ..\batch_net\ copy examples\testExamples_exp_output.txt ..\examples -copy hl\hl_c_examples\src\*.* ..\hl\hl_c_examples\src\ +copy hl\examples\*.c ..\hl\examples\ +copy hl\fortran\examples\*.f90 ..\hl\fortran\examples\ cd ../batch_net copy *.* ..\ |