diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-03-22 14:07:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-03-22 14:07:30 (GMT) |
commit | 24b31a9ce96cb310eec42eb1ea42bb505175ff62 (patch) | |
tree | 04d2b49fcb65c81e6c4fe5008b885f5b532d1161 /windows | |
parent | 689868202c4466163578f5b8c8f175b247cb7ff1 (diff) | |
download | hdf5-24b31a9ce96cb310eec42eb1ea42bb505175ff62.zip hdf5-24b31a9ce96cb310eec42eb1ea42bb505175ff62.tar.gz hdf5-24b31a9ce96cb310eec42eb1ea42bb505175ff62.tar.bz2 |
[svn-r18438] Changed copy script to copy all *.h files
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/copy_hdf.bat | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index 6d203ce..d6a368d 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -21,15 +21,9 @@ rem Last Update : November 17, 2007 by Scott Wegner pushd %~dp0
-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
+xcopy /s /i /y *.h ..\ > nul
copy /y examples\testExamples_exp_output.txt ..\examples > nul
-copy /y c++\test\H5srcdir.h ..\c++\test > nul
-copy /y hl\test\H5srcdir.h ..\hl\test > nul
-copy /y perform\H5srcdir.h ..\perform > nul
-copy /y test\H5srcdir.h ..\test > nul
-copy /y tools\h5repack\H5srcdir.h ..\tools\h5repack > nul
popd
|