2010-09-20 13:01:50 -05:00
|
|
|
## build.properties for Production
|
|
|
|
|
2010-05-29 09:34:44 -05:00
|
|
|
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
|
|
|
|
|
2010-06-03 07:51:24 -05:00
|
|
|
# by default, sibling directory to Translator
|
2010-09-20 13:01:50 -05:00
|
|
|
cs2j.proj.dir=${basedir}/../../CS2JLibrary
|
2010-06-03 07:51:24 -05:00
|
|
|
cs2j.dir=${basedir}/../../CS2JLibrary/NetTranslations
|
|
|
|
cheats.dir=${basedir}/../../Cheats
|
2010-05-29 09:34:44 -05:00
|
|
|
|
|
|
|
# Directories to build into, against
|
|
|
|
|
2010-06-03 07:51:24 -05:00
|
|
|
# If no cs.app.dir set make it equal to cs.tx.dir
|
|
|
|
cs.app.dir=${cs.tx.dir}
|
2010-05-29 09:34:44 -05:00
|
|
|
|
|
|
|
# Object of the translation, by default in the build area
|
2010-06-03 07:51:24 -05:00
|
|
|
java.output.dir=${build.dir}/javaproject/src
|
2010-05-29 09:34:44 -05:00
|
|
|
|
2010-09-20 13:01:50 -05:00
|
|
|
cs2j.dist.dir=${build.dir}/cs2j/zip
|
|
|
|
|
2010-05-29 09:34:44 -05:00
|
|
|
|