Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoam Lampert <noaml@mono-cvs.ximian.com>2007-09-06 14:20:49 +0400
committerNoam Lampert <noaml@mono-cvs.ximian.com>2007-09-06 14:20:49 +0400
commitc1498b102764f284e5152654aa959f317e5e6a4d (patch)
treeeee7a927c4f0fba71fccd83620536d29050ad3e2 /mcs/class/Mainsoft.Configuration
parenta818a8c465bfcf6d2fc6f482abfeade67761238e (diff)
Update Java build system
svn path=/trunk/mcs/; revision=85398
Diffstat (limited to 'mcs/class/Mainsoft.Configuration')
-rwxr-xr-xmcs/class/Mainsoft.Configuration/makefile.build41
1 files changed, 41 insertions, 0 deletions
diff --git a/mcs/class/Mainsoft.Configuration/makefile.build b/mcs/class/Mainsoft.Configuration/makefile.build
new file mode 100755
index 00000000000..37b03a0e2ab
--- /dev/null
+++ b/mcs/class/Mainsoft.Configuration/makefile.build
@@ -0,0 +1,41 @@
+<!--Minimalistic buildfile -->
+<project name="Mainsoft.Web.PortalControls20" default="all">
+<property name="ghroot" value="${project::get-base-directory()}\..\..\..\.."/>
+ <!--Allways at the beginning-->
+ <include buildfile="${ghroot}\vsbuild\properties.xml" />
+
+ <!--MANDATORY SECTION-->
+
+ <!--Could be GH ANT .NET-->
+ <property name="projecttype" value=".NET2005"/>
+ <!--Could be RUNTIME TOOLS ... -->
+ <property name="rules" value="RUNTIME"/>
+
+ <property name="msbuild_file" value="Mainsoft.Configuration.JavaEE.csproj"/>
+
+ <!--Fileset describing project output files. Uset by copy/delete rules in framework-->
+ <fileset id="output" basedir="${project::get-base-directory()}\bin" failonempty="true">
+ <include name="${ghconfiguration}\Mainsoft.Configuration.jar"/>
+ <include name="${ghconfiguration}\Mainsoft.Configuration.dll"/>
+ </fileset>
+
+ <!--END MANDATORY SECTION-->
+
+ <!--OPTIONAL SECTION-->
+<!--
+ <target name="postbuild">
+
+ </target>
+-->
+ <!--
+ <property name="cvnsrc" value="svn://svn.myrealbox.com/source/trunk/mcs/<cvn_folder>"/>
+ <target name="prebuild">
+ Put something there if you need
+ </target>
+ -->
+ <!--END OPTIONAL SECTION-->
+
+
+ <!--Allways at the end-->
+ <include buildfile="${ghroot}\vsbuild\framework.xml" />
+</project>