diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-04-30 21:36:54 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-04-30 21:36:54 (GMT) |
commit | a27b1b6e3176a96859539e9a89551f89502c2f9a (patch) | |
tree | f023e310129eebb629cc686cdb7dbbf016cfbfe1 /windows/installhdf5lib.bat | |
parent | 4e6026d44fab9d401626cd559740ea2110e3540a (diff) | |
download | hdf5-a27b1b6e3176a96859539e9a89551f89502c2f9a.zip hdf5-a27b1b6e3176a96859539e9a89551f89502c2f9a.tar.gz hdf5-a27b1b6e3176a96859539e9a89551f89502c2f9a.tar.bz2 |
[svn-r13712] Various changes made to bring Windows example tests up to date.
Tested:
VS 2005 on Win XP
Diffstat (limited to 'windows/installhdf5lib.bat')
-rwxr-xr-x | windows/installhdf5lib.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/installhdf5lib.bat b/windows/installhdf5lib.bat index f2ee638..3b89496 100755 --- a/windows/installhdf5lib.bat +++ b/windows/installhdf5lib.bat @@ -103,6 +103,7 @@ copy proj\hdf5_hl_fortrandll\debug\*.mod hdf5lib\debug\include copy proj\hdf5_hl\debug\hdf5_hld.lib hdf5lib\debug\lib
copy proj\hdf5_hl_cpp\debug\hdf5_hl_cppd.lib hdf5lib\debug\lib
copy proj\hdf5_hl_fortran\debug\hdf5_hl_fortrand.lib hdf5lib\debug\lib
+copy proj\hdf5_hl_fortran\debug\hdf5_hl_fortran.lib hdf5lib\debug\lib
copy proj\hdf5_hldll\debug\hdf5_hldlld.lib hdf5lib\debug\dll
copy proj\hdf5_hldll\debug\hdf5_hldlld.dll hdf5lib\debug\dll
@@ -124,6 +125,7 @@ copy proj\hdf5_hl_fortrandll\release\*.mod hdf5lib\release\include copy proj\hdf5_hl\release\hdf5_hl.lib hdf5lib\release\lib
copy proj\hdf5_hl_cpp\release\hdf5_hl_cpp.lib hdf5lib\release\lib
copy proj\hdf5_hl_fortran\release\hdf5_hl_fortranr.lib hdf5lib\release\lib
+copy proj\hdf5_hl_fortran\release\hdf5_hl_fortran.lib hdf5lib\release\lib
copy proj\hdf5_hldll\release\hdf5_hldll.lib hdf5lib\release\dll
copy proj\hdf5_hldll\release\hdf5_hldll.dll hdf5lib\release\dll
|