# path to build tool files (same as before)
# path to top level src directory (same as before)
builddir=../../../builder/componentbuild
srcdir=./../../
global.src.component=${srcdir}/src/graphics
# Path to top level build directory if different
# from module name. e.g. If json-parse.js needs to
#global.build.component=${srcdir}/build/graphics
component=graphics-vml
component.jsfiles=VMLDrawing.js,VMLShape.js,VMLPath.js,VMLRect.js,VMLEllipse.js,VMLCircle.js,VMLPieSlice.js,VMLGraphic.js
component.requires=graphics
component.skinnable=false