Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We should look in the directory containing the module, not in the module ↵ | Jack Jansen | 2001-08-30 | 1 | -1/+1 |
| | | | | itself, when we're looking for the resource file. | ||||
* | need() now returns the refno of the resource file opened, or None if the | Jack Jansen | 2001-08-27 | 1 | -4/+7 |
| | | | | specified resource was already available and no file was opened. | ||||
* | Module to help other modules locate their resources. It currently knows about | Jack Jansen | 2001-08-27 | 1 | -0/+68 |
resources in applets and separate OS9 style resource files, but it will eventually also be thought the hoops to jump through on OSX/MachO. |