|
@@ -110,6 +110,7 @@ public class Jvc extends DefaultCompilerAdapter { |
|
|
logAndAddFilesToCompile(cmd); |
|
|
logAndAddFilesToCompile(cmd); |
|
|
|
|
|
|
|
|
return |
|
|
return |
|
|
executeExternalCompile(cmd.getCommandline(), firstFileName) == 0; |
|
|
|
|
|
|
|
|
executeExternalCompile(cmd.getCommandline(), firstFileName, |
|
|
|
|
|
false) == 0; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |