]> granicus.if.org Git - graphviz/commitdiff
Make sure shared files of smyrna use those from source package
authorEmden R. Gansner <erg@research.att.com>
Wed, 26 Jun 2013 02:59:06 +0000 (22:59 -0400)
committerEmden R. Gansner <erg@research.att.com>
Wed, 26 Jun 2013 02:59:06 +0000 (22:59 -0400)
windows/build.bat

index 89ccddc4fd1988821b04883015efa7a6ced9d91c..10aeb9b2cd61958970dac092aab4484290ed2147 100755 (executable)
@@ -106,6 +106,11 @@ copy /Y %outputDir%*.lib  %targetDir%lib\release\lib
 copy /Y %outputDir%*.dll  %targetDir%lib\release\dll\r
 REM *****************************************************\r
 \r
+REM Copy smyrna shared files\r
+xcopy /Y %buildDir%share\gui %targetDir%share\graphviz\smyrna\ /S\r
+REM *****************************************************\r
+\r
+REM *****************************************************\r
 REM Run dot -c to generate config6 file. condig6 is shipped in the package\r
 REM *****************************************************\r
 %targetDir%bin\dot -c\r