make/netbeans/world/build.xml

Print this page

        

*** 32,44 **** <project name="world" default="build" basedir="."> <import file="../common/shared.xml"/> <target name="-build-make" depends="-make.init" if="use.make"> ! <make-run target="dev" dir="${root}/../control/make" opts="SKIP_COMPARE_IMAGES=true"/> </target> <target name="-clean-make" depends="-make.init" if="use.make"> ! <make-run target="clean" dir="${root}/../control/make"/> </target> </project> --- 32,44 ---- <project name="world" default="build" basedir="."> <import file="../common/shared.xml"/> <target name="-build-make" depends="-make.init" if="use.make"> ! <make-run target="dev" dir="${root}/.." opts="SKIP_COMPARE_IMAGES=true"/> </target> <target name="-clean-make" depends="-make.init" if="use.make"> ! <make-run target="clean" dir="${root}/.."/> </target> </project>