summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-13 09:25:23 +0000
committermichelou <michelou@epfl.ch>2005-10-13 09:25:23 +0000
commit2e445f65c02882ad04590e9d2695908ea6a92bb9 (patch)
treecaf3fb2c03bbb0630d640bb79b2d1e6265b0eff0
parent90b1ff4a62708c0b2e555f9c7c3fd1cac90a1ac4 (diff)
downloadscala-2e445f65c02882ad04590e9d2695908ea6a92bb9.tar.gz
scala-2e445f65c02882ad04590e9d2695908ea6a92bb9.tar.bz2
scala-2e445f65c02882ad04590e9d2695908ea6a92bb9.zip
- added 'scala.dll' property.
-rw-r--r--config/build.TEMPLATE.properties5
-rw-r--r--config/build.default.properties3
2 files changed, 7 insertions, 1 deletions
diff --git a/config/build.TEMPLATE.properties b/config/build.TEMPLATE.properties
index b5f23650b1..5e244a0e1e 100644
--- a/config/build.TEMPLATE.properties
+++ b/config/build.TEMPLATE.properties
@@ -24,5 +24,8 @@ fjbg.jar=
# The path to the MSIL byte-code generation library.
msil.jar=
+# The path to the MSIL DLL library.
+scala.dll=
+
# Other custom properties come here
-nsc.skip= \ No newline at end of file
+nsc.skip=
diff --git a/config/build.default.properties b/config/build.default.properties
index c23406d4fa..6c15c509b7 100644
--- a/config/build.default.properties
+++ b/config/build.default.properties
@@ -52,6 +52,9 @@ fjbg.jar=/usr/local/lib/fjbg.jar
# The path to the MSIL byte-code generation library ('fjbg.jar').
msil.jar=/usr/local/lib/msil.jar
+# The path to the MSIL DLL library ('scala.dll').
+scala.dll=/usr/local/lib/scala.dll
+
# The path to the Java base classes ('rt.jar' or 'classes.jar').
java.jar=${java.home}/jre/lib/rt.jar