diff --git a/.gitignore b/.gitignore index 4984077..1475072 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ bin/ obj/ -build/ +#build/ test-results/ *.csproj.user *.suo diff --git a/CSharpTranslator/antlr3/build/build.properties b/CSharpTranslator/antlr3/build/build.properties new file mode 100644 index 0000000..2ddf34e --- /dev/null +++ b/CSharpTranslator/antlr3/build/build.properties @@ -0,0 +1,16 @@ +project.dir=../ +builder.ant.lib=${project.dir}/buildjar +build.dir=${project.dir}/Builds + +release.branch=trialcs2j + +cs2j.version=not.official.release +cs2j.src.dir=${project.dir}/src +cs2j.parser.dir=${cs2j.src.dir}/CSharpParser +cs2j.transform.dir=${project.dir}/CS2JTranslator/CS2JTransform +cs2j.sln=${cs2j.src.dir}/CS2JTranslator.sln + +win.net.number=v4.0.30319 +win.msbuild.dir=/WINDOWS/Microsoft.NET/Framework/${win.net.number} +win.msbuild.exe=${win.msbuild.dir}/msbuild.exe +other.msbuild.exe=xbuild \ No newline at end of file diff --git a/CSharpTranslator/antlr3/build/build.xml b/CSharpTranslator/antlr3/build/build.xml new file mode 100644 index 0000000..0a2dc36 --- /dev/null +++ b/CSharpTranslator/antlr3/build/build.xml @@ -0,0 +1,125 @@ + + + + This build file builds a cs2j distribution archive + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CSharpTranslator/antlr3/buildjar/ant-antlr3.jar b/CSharpTranslator/antlr3/buildjar/ant-antlr3.jar new file mode 100755 index 0000000..eed4e72 Binary files /dev/null and b/CSharpTranslator/antlr3/buildjar/ant-antlr3.jar differ