diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-03-22 14:07:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-03-22 14:07:47 (GMT) |
commit | bf9abc4fbc05386ae4b8fbc5b0c631aa4e6f3dc3 (patch) | |
tree | eeb029b7d125ecf8b3ffd4acbaba00ab59634e8a /windows | |
parent | c83859d0287801a956d53f9d9054138c2db7aafd (diff) | |
download | hdf5-bf9abc4fbc05386ae4b8fbc5b0c631aa4e6f3dc3.zip hdf5-bf9abc4fbc05386ae4b8fbc5b0c631aa4e6f3dc3.tar.gz hdf5-bf9abc4fbc05386ae4b8fbc5b0c631aa4e6f3dc3.tar.bz2 |
[svn-r18439] 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 dc417ef..afa20b1 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -21,15 +21,9 @@ rem Last Update : 2/18/08 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 *.bat ..\ > 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
|