mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r11138] Purpose:
Improvement Description: New batch file to install HL fortran dlls Solution: Platforms tested: Misc. update:
This commit is contained in:
parent
e0a048298b
commit
60c14da988
13
windows/install_hlf90dll.bat
Executable file
13
windows/install_hlf90dll.bat
Executable file
@ -0,0 +1,13 @@
|
||||
@REM File name: install_hlf90dll.bat
|
||||
@REM This batch file is used to copy HDF5 fortran library high level DLLs into system folder.
|
||||
@REM By Fang GUO
|
||||
@REM Created: July 15, 2005
|
||||
@REM Last Updated:
|
||||
|
||||
@ECHO OFF
|
||||
copy proj\hdf5_hl_fortrandll\Debug\hdf5_hl_fortrandlld.dll %SystemRoot%\system >temp.txt
|
||||
copy proj\hdf5_hl_f90cstubdll\Debug\hdf5_hl_f90cstubdlld.dll %SystemRoot%\system >temp.txt
|
||||
copy proj\hdf5_hl_fortrandll\Release\hdf5_hl_fortrandll.dll %SystemRoot%\system >temp.txt
|
||||
copy proj\hdf5_hl_f90cstubdll\Release\hdf5_hl_f90cstubdll.dll %SystemRoot%\system >temp.txt
|
||||
|
||||
del temp.txt
|
Loading…
x
Reference in New Issue
Block a user