! ======================================================= ! This library is distributed in the hope that it will be useful, ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! Library General Public License for more details. ! ======================================================= ! ! This ICL file creates modules from the GPL sources provided. ! ! NOTE: These were NOT released or developed by the Free Software ! Foundation. I wrote them myself, as a means of easily ! incorporating the GNU GPL into Inform programs, so don't bother ! them you have any trouble with it. ! ! On the other hand, I would like to know if something doesn't work ! for you, or hear any suggestions for improvements: ! ! Patrick [aka pAb-032871] ! ! ! The "COPYING_src" folder should be in the same directory as the ! Inform program itself. On UNIX, it may want to be in your login ! directory, or wherever you set CD. ! ! Unfortunately, I'm not too clear on the path syntax for other ! platforms. Yes, the path delimiter is "/" on UNIX and "\" on ! PC, but I don't know what to do with the *leading* colons, ! which indicate relative paths. A fair guess for UNIX would be ! "./", but I could guess wrong and screw up your compile. ! ! So edit these yourself, as appropriate for your machine: -cF1Mrsx +include_path=:COPYING_src +module_path=:COPYING_src:mod +temporary_path=:COPYING_src:tmp +source_path=:COPYING_src +transcript_name=:COPYING_src:txt:COPYING compile COPYING.h +transcript_name=:COPYING_src:txt:COPYING.LIB compile COPYING_LIB.h