1 2 3 4 5 6 7 8
|
#define POW_LIBRARY_RESOURCES 4000
read 'TEXT' (POW_LIBRARY_RESOURCES+1, "pow", purgeable) ":pow.tcl";
read 'TEXT' (POW_LIBRARY_RESOURCES+2, "powEdit", purgeable) ":powEdit.tcl";
read 'TEXT' (POW_LIBRARY_RESOURCES+3, "powRgn", purgeable) ":powRgn.tcl";
read 'TEXT' (POW_LIBRARY_RESOURCES+4, "notebook", purgeable) ":notebook.tcl";
read 'TEXT' (POW_LIBRARY_RESOURCES+5, "html_library", purgeable) ":html_library.tcl";
read 'TEXT' (POW_LIBRARY_RESOURCES+6, "powMovie", purgeable) ":powMovie.tcl";
|