From bf9abc4fbc05386ae4b8fbc5b0c631aa4e6f3dc3 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 22 Mar 2010 09:07:47 -0500 Subject: [svn-r18439] Changed copy script to copy all *.h files --- windows/copy_hdf.bat | 8 +------- 1 file changed, 1 insertion(+), 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 -- cgit v0.12