diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-26 22:22:15 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-07-26 22:22:15 (GMT) |
commit | da1f73f926d5e45fe1dc1ca51dcbf8421a85a3a3 (patch) | |
tree | e34a23693a858b0a24522266affb87ca5f7b0f1d /windows | |
parent | 580fde182ae58adce9ba78e440d6838247b47101 (diff) | |
download | hdf5-da1f73f926d5e45fe1dc1ca51dcbf8421a85a3a3.zip hdf5-da1f73f926d5e45fe1dc1ca51dcbf8421a85a3a3.tar.gz hdf5-da1f73f926d5e45fe1dc1ca51dcbf8421a85a3a3.tar.bz2 |
[svn-r11160] Purpose:
Maintenance
Description:
Add copy for high level c library examples' source code
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/copy_hdf.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index c072f6f..c4d67bf 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -12,6 +12,7 @@ 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\ cd ../batch_net copy *.* ..\ |