mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r14673] Purpose: Allow building Fortran libraries from the Windows command line
Tested: VS2005 on WinXP
This commit is contained in:
parent
04aad32e73
commit
7d9cb501e1
@ -158,7 +158,7 @@ rem Build the HDF5 libraries. By default, C and C++ libraries are built.
|
||||
rem Build both debug and release versions
|
||||
for %%a in (debug release) DO (
|
||||
echo.Building %%a libraries...
|
||||
devenv .\windows\proj\all\all.sln %ccflags% /rebuild %%a
|
||||
devenv %hdf5_sln% %ccflags% /rebuild %%a
|
||||
if !errorlevel! neq 0 exit /b
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user