diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-04-03 14:09:07 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-04-03 14:09:07 (GMT) |
commit | 385f2b485440cfcd54abfcb1872402c91ca9dad9 (patch) | |
tree | 74469b38009e5185db7c285826f79ef819aa2c20 | |
parent | 149fd7232244896754912b6976a0c864275dd58d (diff) | |
download | hdf5-385f2b485440cfcd54abfcb1872402c91ca9dad9.zip hdf5-385f2b485440cfcd54abfcb1872402c91ca9dad9.tar.gz hdf5-385f2b485440cfcd54abfcb1872402c91ca9dad9.tar.bz2 |
[svn-r16661] Remove command to copy h5Tinit.c in copy batch file. H5Tinit.c is generated during build and no longer exists in the windows/src folder.
Tested: XP64 VS2005
-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 c9b2957..63ca620 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -21,7 +21,6 @@ rem Last Update : November 17, 2007 by Scott Wegner pushd %~dp0
-copy /y src\H5Tinit.c ..\src > nul
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
|