scel/sc/extPlatform.sc
Tim Blechmann 7c8c5fe535 scel: cleanup of class library recompilation
Signed-off-by: Tim Blechmann <tim@klingt.org>
2011-09-28 14:02:50 +02:00

14 lines
187 B
Scala

+ LinuxPlatform {
recompile {
if ( this.hasFeature( \emacs ) ) {
Emacs.evalLispExpression( "(sclang-recompile)" )
} {
this.prRecompile
}
}
prRecompile {
_Recompile
}
}