diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-05-31 19:01:44 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-05-31 19:01:44 (GMT) |
commit | 5aacf74f24c5c63ee25558b6c8be08009d7e245e (patch) | |
tree | e055950d3add23867fac12d59a82c4014165709e /windows/copy_hdf.bat | |
parent | 401856703b0f7c70adf38ed97c45fcf179fc44b8 (diff) | |
download | hdf5-5aacf74f24c5c63ee25558b6c8be08009d7e245e.zip hdf5-5aacf74f24c5c63ee25558b6c8be08009d7e245e.tar.gz hdf5-5aacf74f24c5c63ee25558b6c8be08009d7e245e.tar.bz2 |
[svn-r13824] Added new Windows low-level file driver. Eventually, this will replace sec2 as the default driver on Windows. However, it still needs some work right now, and is currently not set to build by default.
Tested:
Visual Studio 2005 (still fails a few tests)
Diffstat (limited to 'windows/copy_hdf.bat')
-rwxr-xr-x | windows/copy_hdf.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index 74f58eb..c7b7686 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -20,6 +20,8 @@ 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 ..\
|