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 ..
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"