From 7d9cb501e167285523e2df3bfcb4cedad1376af9 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 25 Feb 2008 15:43:30 -0500 Subject: [svn-r14673] Purpose: Allow building Fortran libraries from the Windows command line Tested: VS2005 on WinXP --- windows/hdf5build.BAT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/hdf5build.BAT b/windows/hdf5build.BAT index 71f079c..f361e23 100755 --- a/windows/hdf5build.BAT +++ b/windows/hdf5build.BAT @@ -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 ) -- cgit v0.12