From 9cbbfa3ae375a1d119787304da4ef2c3bd39076b Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 29 Sep 2005 15:36:27 +0000 Subject: - corrected incomplete classpath in function 'n... - corrected incomplete classpath in function 'ncompiler_start'. --- sources/bin/.scala_wrapper.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/bin') diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl index 8ec5c3816b..3cddc5716a 100644 --- a/sources/bin/.scala_wrapper.tmpl +++ b/sources/bin/.scala_wrapper.tmpl @@ -473,6 +473,8 @@ ncompiler_start() { # compute values compute_value FJBG_CLASSES; compute_value MSIL_CLASSES; + compute_value LIBRARY_SOURCES; + compute_value LIBRARY_CLASSES; compute_value NSCALA_CLASSES; compute_value NTOOLS_CLASSES; -- cgit v1.2.3