ORCALib/liborca.rez
Stephen Heumann 97c3ecad73 ORCALib changes for GNO.
This is a reconstruction of the ORCALib source changes for the version of ORCALib distributed with GNO 2.0.6. The library built with this code should be identical to the original GNO one, apart from insignificant junk bytes at the ends of segments and the build date in the resource fork.
2020-02-19 12:19:41 -06:00

21 lines
409 B
Plaintext

#include "Types.rez"
resource rVersion (0x1, purgeable3) {
{
2,0,6,beta,4
},
verUS,
"ORCALib (GNO Version)",
"Byte Works' General Purpose Library.\n"
"This library is only for use with GNO.\n"
"Build Date: " $$DATE
};
resource rComment (0x1, purgeable3) {
"ORCALib (GNO Version)\n"
"Byte Works' General Purpose Library.\n"
"This library is only for use with GNO.\n"
"Build Date: " $$DATE
};