1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
set root=<ROOT>
mkdir %root%
mkdir %root%\lib
mkdir %root%\bin
mkdir %root%\include
cd makearch\win32\static\Release
copy neato.exe %root%\bin
copy dot.exe %root%\bin
copy twopi.exe %root%\bin
copy circo.exe %root%\bin
copy fdp.exe %root%\bin
copy lefty.exe %root%\bin
copy dotty.exe %root%\bin
copy lneato.exe %root%\bin
copy ToolsSupport.lib %root%\lib
copy agraph.lib %root%\lib
copy cdt.lib %root%\lib
copy circogen.lib %root%\lib
copy common.lib %root%\lib
copy dotgen.lib %root%\lib
copy dotneato.lib %root%\lib
copy fdpgen.lib %root%\lib
copy gd.lib %root%\lib
copy gfx.lib %root%\lib
copy graph.lib %root%\lib
copy gvrender.lib %root%\lib
copy neatogen.lib %root%\lib
copy pack.lib %root%\lib
copy pathplan.lib %root%\lib
copy twopigen.lib %root%\lib
copy Acyclic.exe %root%\bin
copy ccomps.exe %root%\bin
copy gvcolor.exe %root%\bin
copy gc.exe %root%\bin
copy nop.exe %root%\bin
copy sccmap.exe %root%\bin
copy tred.exe %root%\bin
copy unflatten.exe %root%\bin
copy gxl2dot.exe %root%\bin
copy dot2gxl.exe %root%\bin
copy dijkstra.exe %root%\bin
copy bcomps.exe %root%\bin
copy gvpack.exe %root%\bin
cd ..\..\..\..
cd bin
copy GVUI.exe %root%\bin
cd ..
cd dotty
copy dotty.lefty %root%\bin
copy dotty_draw.lefty %root%\bin
copy dotty_edit.lefty %root%\bin
copy dotty_layout.lefty %root%\bin
copy dotty_ui.lefty %root%\bin
cd ..
cd third-party\lib
copy *.dll %root%\bin
copy ft.lib %root%\lib
copy jpeg.lib %root%\lib
copy libexpat.lib %root%\lib
copy libexpatw.lib %root%\lib
copy libz.lib %root%\lib
copy png.lib %root%\lib
copy z.lib %root%\lib
cd ..\..
copy agraph\agraph.h %root%\include
copy cdt\ast_common.h %root%\include
copy cdt\cdt.h %root%\include
copy dotneato\dotneato.h %root%\include
copy dotneato\circogen\circo.h %root%\include
copy dotneato\common\globals.h %root%\include
copy dotneato\common\const.h %root%\include
copy dotneato\common\macros.h %root%\include
copy dotneato\common\render.h %root%\include
copy dotneato\common\renderprocs.h %root%\include
copy dotneato\common\types.h %root%\include
copy dotneato\dotgen\dot.h %root%\include
copy dotneato\dotgen\dotprocs.h %root%\include
copy dotneato\fdpgen\fdp.h %root%\include
copy dotneato\gvrender\gvrender.h %root%\include
copy dotneato\gvrender\gvrenderint.h %root%\include
copy dotneato\neatogen\adjust.h %root%\include
copy dotneato\neatogen\neato.h %root%\include
copy dotneato\neatogen\neatoprocs.h %root%\include
copy dotneato\pack\pack.h %root%\include
copy dotneato\twopigen\circle.h %root%\include
copy gd\gd.h %root%\include
copy gd\gd_io.h %root%\include
copy graph\graph.h %root%\include
copy pathplan\pathgeom.h %root%\include
copy pathplan\pathplan.h %root%\include
copy pathplan\pathutil.h %root%\include
copy pathplan\vis.h %root%\include
copy pathplan\vispath.h %root%\include
copy tools\src\ingraphs.h %root%\include
|