]> granicus.if.org Git - graphviz/commitdiff
Update additional windows build file to handle plugin code move
authorerg <devnull@localhost>
Fri, 29 Jul 2005 14:35:55 +0000 (14:35 +0000)
committererg <devnull@localhost>
Fri, 29 Jul 2005 14:35:55 +0000 (14:35 +0000)
windows/wmake.sh

index 9c9a827dac5276a33fa1c24374bc024c70684f00..a260867f3b73b50bb45806297e920bfcd45a7926 100755 (executable)
@@ -30,10 +30,7 @@ do
 done
 
 # libs to be built
-LIBS=(cdt graph agraph gd pathplan common gvc pack neatogen dotgen twopigen circogen fdpgen ingraphs)
-
-# plugins to be built
-PLUGINS=(layout)
+LIBS=(cdt graph agraph gd pathplan common gvc plugin pack neatogen dotgen twopigen circogen fdpgen ingraphs)
 
 # commands to be built
 CMDS=(dot lefty/gfx lefty dotty lneato)
@@ -65,17 +62,6 @@ do
 done
 cd ..
 
-# process plugins
-cd plugin
-for d in ${PLUGINS[@]}
-do
-  cd $d
-  doComp $d
-  cd ..
-done
-doComp plugin
-cd ..
-
 # process commands
 cd cmd
 for d in ${CMDS[@]}