mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
Add a build.properties for the client distributions
This commit is contained in:
parent
62e55b5839
commit
5ad9ea2028
45
CSharpTranslator/antlr2/dist/build.properties
vendored
Normal file
45
CSharpTranslator/antlr2/dist/build.properties
vendored
Normal file
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user