mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r18438] Changed copy script to copy all *.h files
This commit is contained in:
parent
689868202c
commit
24b31a9ce9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user