SLIM-LINK - A simple module linker.
SLiM-Link is a very simple module linker. It basically links the slim modules you are using in your application with the application itself.
Features:
- Full support of slim featureset even after modules are linked! Things like per-module console toggling is still effective,
resource-related file searching, resource directories - relative to application current working directory, etc.
- No make-file necessary.
- one-word invocation, as simple as can be, just supply code, or a filename.
- Slim-link is a slim module in itself, so it uses whatever configuration was used to reach to it, to reach the other
libraries. This means that you do not have to install the linker in any way, because it uses the current slim setup as its configuration.
- run-time invocation. Slim-link is a function you can call from within any app, so you can use it within any current
development environment you use (as long as you use slim, of course ;-).
last updated: 8-Jul-2004/1:24-4:00
|