diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-06-11 22:27:07 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-06-11 22:27:07 (GMT) |
commit | 3045853b76e84ab001c2076b36dcb31a1fab5aec (patch) | |
tree | b3f9867281e0aea98daca1073b22cd1dbfdebff2 /windows/copy_hdf.bat | |
parent | e2cf0e5f62d3ae90e18a6e5576382ad8e542d06a (diff) | |
download | hdf5-3045853b76e84ab001c2076b36dcb31a1fab5aec.zip hdf5-3045853b76e84ab001c2076b36dcb31a1fab5aec.tar.gz hdf5-3045853b76e84ab001c2076b36dcb31a1fab5aec.tar.bz2 |
[svn-r13852] Added includes in various places to make it possible to set windows as the default vfd. Although sec2 is still default on Windows, it should now be possible to switch by simply changing H5pubconf.h .
Tested:
.NET 2003 on WinXP
Diffstat (limited to 'windows/copy_hdf.bat')
-rwxr-xr-x | windows/copy_hdf.bat | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index c7b7686..74f58eb 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -20,8 +20,6 @@ copy src\H5Tinit.c ..\src
copy src\H5pubconf.h ..\src
-copy src\H5FDwindows.c ..\src
-copy src\H5FDwindows.h ..\src
copy fortran\src\H5f90i_gen.h ..\fortran\src
copy fortran\src\H5fortran_types.f90 ..\fortran\src
xcopy /e/i/Y *.bat ..\
|