From 5ad9ea2028e6d1f016b03b373016295ba5526a38 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Mon, 20 Sep 2010 13:02:37 -0500 Subject: [PATCH] Add a build.properties for the client distributions --- CSharpTranslator/antlr2/dist/build.properties | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 CSharpTranslator/antlr2/dist/build.properties diff --git a/CSharpTranslator/antlr2/dist/build.properties b/CSharpTranslator/antlr2/dist/build.properties new file mode 100644 index 0000000..6fd16c6 --- /dev/null +++ b/CSharpTranslator/antlr2/dist/build.properties @@ -0,0 +1,45 @@ +## build.properties for Distribution + +build.dir=${basedir}/../build + +builder.ant.lib=${basedir}/lib +builder.ant.dll=${basedir}/dll + + +## For Building cs2j + +# Location of .Net on this machine (this is standard .Net 2.0 location) +windows.dotnet.release=v2.0.50727 +windows.dotnet.dir=C:/WINDOWS/Microsoft.NET/Framework/${windows.dotnet.release} + +# Location of antlr dlls on this machine +antlr.dll.dir=${builder.ant.dll} + +cs2jtx.src.dir=${basedir}/Translator +cs2jtx.bin.dir=${cs2jtx.src.dir}/bin/Debug + +cs2jtx.build.dir=${build.dir}/cs2jtx + + +## For running cs2j + +#cs2jtx.exe= ${cs2jtx.bin.dir}/Translator.exe +cs2jtx.exe= ${basedir}/Bin/Translator.exe + +# by default, sub directory +cs2j.dir=${basedir}/CS2JLibrary/NetTranslations + +# by default, sibling directory +cheats.dir=${basedir}/../Cheats + +# Directories to build into, against + +# If no cs.app.dir set make it equal to cs.tx.dir +cs.app.dir=${cs.tx.dir} + +# Object of the translation, by default in the build area +java.output.dir=${build.dir}/javaproject/src + +cs2j.dist.dir=${build.dir}/cs2j/zip + +