1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
cs2j/CSharpTranslator/antlr3/build.properties
Kevin Glynn 791c01efa5 Big, Interim Commit. Main thing here is Translation Template rewrite
This is in a half-broken state, but Translation Template is now more how I want it.

Major things for TranslationTemplate:

- re-org of classes to be better aligned with reality
- Value equality implemented (and days of my life wasted)
- Many collections are lists so that we can add to them as we parse code

Also:

- The start of a unit test suite (yay!)

-
2010-10-11 18:16:01 +02:00

46 lines
1.1 KiB
Properties

## build.properties for Production
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}/src/cs2j
cs2jtx.bin.dir=${cs2jtx.src.dir}/bin/Debug
cs2jtx.build.dir=${build.dir}/cs2jtx
## For running cs2j
cs2jtx.exe= ${cs2jtx.bin.dir}/cs2j.exe
#cs2jtx.exe= ${basedir}/../bin/Translator.exe
# by default, sibling directory to Translator
cs2j.proj.dir=${basedir}/../../CS2JLibrary
cs2j.dir=${basedir}/../../CS2JLibrary/NetTranslations
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