summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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