From: erg Date: Fri, 29 Jul 2005 14:35:55 +0000 (+0000) Subject: Update additional windows build file to handle plugin code move X-Git-Tag: LAST_LIBGRAPH~32^2~7354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=964d270d9817b5f29efc0bc28dff0ecb53cc19f3;p=graphviz Update additional windows build file to handle plugin code move --- diff --git a/windows/wmake.sh b/windows/wmake.sh index 9c9a827da..a260867f3 100755 --- a/windows/wmake.sh +++ b/windows/wmake.sh @@ -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[@]}