[svn-r14673] Purpose: Allow building Fortran libraries from the Windows command line

Tested:
VS2005 on WinXP
This commit is contained in:
Scott Wegner 2008-02-25 15:43:30 -05:00
parent 04aad32e73
commit 7d9cb501e1

View File

@ -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
)