You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
208 B
Batchfile

set path=%path%;C:\MinGW\msys\1.0\bin
set PLANTUML=C:\Tools\plantuml\plantuml.jar
if not exist doc mkdir doc
gawk -f uml.awk ui.cpp > doc\ui.uml
cd doc
java -jar %PLANTUML% -charset UTF-8 -tsvg ui.uml
cd ..