scel: cleanup of class library recompilation

Signed-off-by: Tim Blechmann <tim@klingt.org>
This commit is contained in:
Tim Blechmann 2011-09-28 11:47:15 +02:00
parent 65b6928a97
commit 7c8c5fe535

View file

@ -1,15 +1,13 @@
+ Platform {
recompile{
if ( this.hasFeature( \emacs ) ) {
Emacs.evalLispExpression( "(sclang-start)" );
};
}
}
+ LinuxPlatform { + LinuxPlatform {
recompile{ recompile {
if ( this.hasFeature( \emacs ) ) { if ( this.hasFeature( \emacs ) ) {
Emacs.evalLispExpression( "(sclang-recompile)" ); Emacs.evalLispExpression( "(sclang-recompile)" )
}; } {
this.prRecompile
}
}
prRecompile {
_Recompile
} }
} }