class library: move recompile to Platform base class
commit9842068877d649798b021ec350c502803c0e2b96
authorTim Blechmann <tim@klingt.org>
Tue, 6 Dec 2011 23:01:57 +0000 (7 00:01 +0100)
committerTim Blechmann <tim@klingt.org>
Thu, 8 Dec 2011 18:46:51 +0000 (8 19:46 +0100)
tree3e3ec65d0c2de3cf2f8b738b3aa0e43e07eb0eb6
parent2e4b72a16ed8389a06cc51265eeba9d7abf86c0d
class library: move recompile to Platform base class

Platform-recompile is cross-platform, so there is no real need to implement
it in subclasses.

Signed-off-by: Tim Blechmann <tim@klingt.org>
SCClassLibrary/Platform/Platform.sc
SCClassLibrary/Platform/linux/LinuxPlatform.sc
SCClassLibrary/Platform/osx/OSXPlatform.sc