Lines Matching refs:dll

114 …                             At a minimum, install the IKVM.GNU.Classpath.dll and IKVM.Runtime.dll)
116 + for System.Xml.dll, System.Security.dll, and IKVM.GNU.Classpath.dll
131 + <property name="dll-n.dir" value="${temp.dir}/n/dll"/>
606 + <target name="dll-n" description="Create DLLs for .NET" depends="jar-bn, jar-san">
607 + <mkdir dir="${dll-n.dir}"/>
608 + <copy todir="${dll-n.dir}">
610 + <include name="IKVM.GNU.Classpath.dll"/>
611 + <include name="IKVM.Runtime.dll"/>
621 + <arg line="${basedir}/${dll-n.dir}"/>
627 + depends="dll-n">
629 + <mkdir dir="${dll-n.dir}/samples"/>
630 + <mkdir dir="${dll-n.dir}/tests"/>
634 + <arg line="${basedir}/${dll-n.dir}"/>
650 + destdir="${dll-n.dir}">
651 + <reference file="${dll-n.dir}/IKVM.GNU.Classpath.dll"/>
652 + <reference file="${dll-n.dir}/IKVM.Runtime.dll"/>
653 + <reference file="${dll-n.dir}/saxon9.dll"/>
654 + <reference file="${dll-n.dir}/saxon9sa.dll"/>
661 + destdir="${dll-n.dir}">
662 + <reference file="${dll-n.dir}/IKVM.GNU.Classpath.dll"/>
663 + <reference file="${dll-n.dir}/IKVM.Runtime.dll"/>
664 + <reference file="${dll-n.dir}/saxon9.dll"/>
665 + <reference file="${dll-n.dir}/saxon9sa.dll"/>
702 + depends="csharp-n, dll-n, basic-userdoc">
705 + <fileset dir="${dll-n.dir}">
706 + <include name="IKVM.GNU.Classpath.dll"/>
707 + <include name="IKVM.Runtime.dll"/>
708 + <include name="saxon9.dll"/>
709 + <include name="saxon9api.dll"/>
717 + %NET%\gacutil /if IKVM.Runtime.dll
718 + %NET%\gacutil /if IKVM.GNU.Classpath.dll
719 + %NET%\gacutil /if saxon9.dll
720 + %NET%\gacutil /if saxon9api.dll
725 + depends="csharp-n, dll-n, basic-userdoc">
727 + <fileset dir="${dll-n.dir}">
728 + <include name="IKVM.GNU.Classpath.dll"/>
729 + <include name="IKVM.Runtime.dll"/>
730 + <include name="saxon9.dll"/>
731 + <include name="saxon9sa.dll"/>
732 + <include name="saxon9api.dll"/>
741 + %NET%\gacutil /if IKVM.Runtime.dll
742 + %NET%\gacutil /if IKVM.GNU.Classpath.dll
743 + %NET%\gacutil /if saxon9.dll
744 + %NET%\gacutil /if saxon9sa.dll
745 + %NET%\gacutil /if saxon9api.dll
830 + <fileset dir="${dll-n.dir}/samples">
832 + <include name="*.dll"/>
837 + <fileset dir="${dll-n.dir}/tests">
839 + <include name="*.dll"/>