diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-14 16:23:49 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-14 16:23:49 (GMT) |
commit | 838e79971076a29aea1fbad1c1b8d218d6da8644 (patch) | |
tree | c0ea69ace2403a390bcd4a0b00c2202d7108ada0 /windows | |
parent | 2d75524013f849858ee51d73c5de49cd2a1b5ab7 (diff) | |
download | hdf5-838e79971076a29aea1fbad1c1b8d218d6da8644.zip hdf5-838e79971076a29aea1fbad1c1b8d218d6da8644.tar.gz hdf5-838e79971076a29aea1fbad1c1b8d218d6da8644.tar.bz2 |
[svn-r12089] Purpose:
Maintenance on Windows
Description:
Del the line to copy hl examples source code.
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/copy_hdf.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index 54e1269..8f41759 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -24,7 +24,6 @@ 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\examples\*.c ..\hl\examples\ copy hl\fortran\examples\*.f90 ..\hl\fortran\examples\ cd ../batch_net |