scel: cleanup of class library recompilation
Signed-off-by: Tim Blechmann <tim@klingt.org>
This commit is contained in:
parent
65b6928a97
commit
7c8c5fe535
1 changed files with 9 additions and 11 deletions
|
@ -1,15 +1,13 @@
|
|||
+ Platform {
|
||||
recompile{
|
||||
if ( this.hasFeature( \emacs ) ) {
|
||||
Emacs.evalLispExpression( "(sclang-start)" );
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
+ LinuxPlatform {
|
||||
recompile{
|
||||
recompile {
|
||||
if ( this.hasFeature( \emacs ) ) {
|
||||
Emacs.evalLispExpression( "(sclang-recompile)" );
|
||||
};
|
||||
Emacs.evalLispExpression( "(sclang-recompile)" )
|
||||
} {
|
||||
this.prRecompile
|
||||
}
|
||||
}
|
||||
|
||||
prRecompile {
|
||||
_Recompile
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue