From: erg Date: Wed, 18 Jan 2006 19:29:02 +0000 (+0000) Subject: Fix windows .bat file to reflect 2.6 structure X-Git-Tag: LAST_LIBGRAPH~32^2~6856 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=606a849b3fb98126255c6f3754624166f9a409c9;p=graphviz Fix windows .bat file to reflect 2.6 structure --- 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"