Swimdude was working on something similar at one point.
I started writing an automated make build system, but that is stalled for the moment. Andy was nice enough to remove the space from the TextDevices folder in support of that.
If you use the same rules to handle building the libraries as simpleide does, you should be able to build and include any library in a project.
The repository is at propsideworkspace.googlecode.com
Yep - PropWare works with Simple. If you don't want to use PropWare's build system, you can always just use it to build libSimple_<mem_model>.a (or download a PropWare binary from here) and then link against that library in your own project. All of Simple's header files are copied into PropWare's root directory so if you add it as an include directory, your source code won't need to change.
Comments
I started writing an automated make build system, but that is stalled for the moment. Andy was nice enough to remove the space from the TextDevices folder in support of that.
If you use the same rules to handle building the libraries as simpleide does, you should be able to build and include any library in a project.
The repository is at propsideworkspace.googlecode.com