]> granicus.if.org Git - graphviz/commitdiff
Fix windows .bat file to reflect 2.6 structure
authorerg <devnull@localhost>
Wed, 18 Jan 2006 19:29:02 +0000 (19:29 +0000)
committererg <devnull@localhost>
Wed, 18 Jan 2006 19:29:02 +0000 (19:29 +0000)
windows/build.bat

index 1cc3ffb30d154b75485d4b7fd836f73ca42d96e3..5e048372561ef77ef552f817b768a5d56cb2c8e0 100755 (executable)
@@ -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"