From: erg Date: Mon, 26 Jun 2006 19:30:31 +0000 (+0000) Subject: Fix old makefiles and windows build files to handle new plugin directory X-Git-Tag: LAST_LIBGRAPH~32^2~6259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08917090575d680d25fa04cf5113013637b90176;p=graphviz Fix old makefiles and windows build files to handle new plugin directory --- diff --git a/windows/wmake.sh b/windows/wmake.sh index 4382bc4ad..29b38e192 100755 --- a/windows/wmake.sh +++ b/windows/wmake.sh @@ -30,7 +30,7 @@ do done # libs to be built -LIBS=(cdt graph agraph gd pathplan common gvc plugin pack neatogen dotgen twopigen circogen fdpgen ingraphs) +LIBS=(cdt graph agraph gd pathplan common gvc pack neatogen dotgen twopigen circogen fdpgen ingraphs) # commands to be built CMDS=(dot lefty/gfx lefty dotty lneato) @@ -73,6 +73,11 @@ do done cd .. +# process plugins +cd plugin +doComp plugin +cd .. + # process commands cd cmd for d in ${CMDS[@]}