From 606a849b3fb98126255c6f3754624166f9a409c9 Mon Sep 17 00:00:00 2001 From: erg Date: Wed, 18 Jan 2006 19:29:02 +0000 Subject: [PATCH] Fix windows .bat file to reflect 2.6 structure --- windows/build.bat | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/windows/build.bat b/windows/build.bat index 1cc3ffb30..5e0483725 100755 --- a/windows/build.bat +++ b/windows/build.bat @@ -30,9 +30,6 @@ cd .. cd gvc nmake /nologo /f gvc.mak CFG="gvc - Win32 Release" cd .. -cd plugin -nmake /nologo /f plugin.mak CFG="plugin - Win32 Release" -cd .. cd pack nmake /nologo /f pack.mak CFG="pack - Win32 Release" cd .. @@ -54,7 +51,11 @@ cd .. cd ingraphs nmake /nologo /f ingraphs.mak CFG="ingraphs - Win32 Release" cd .. +cd plugin +nmake /nologo /f plugin.mak CFG="plugin - Win32 Release" +cd .. cd .. + cd cmd cd dot nmake /nologo /f dot.mak CFG="dot - Win32 Release" -- 2.40.0