Hoi guys, By suggesting to add a release stamp to the jallib libraries i was only thinking about adding 1 comment line on top of every library the moment they are copied in the to release zip file. So not in the assembly or even in the hex file and thereby using sometimes precious memory. So don’t change the originals only the ones that are released and only as comment.
As example, the original files : ================================================================== -- Title: Common JalV2 compiler include file -- -- Author: Rob Hamerling, Copyright (c) 2008..2009, all rights reserved. -- -- Adapted-by: -- -- Compiler: 2.4l -- -- This file is part of jallib (http://jallib.googlecode.com) -- Released under the ZLIB license (http://www.opensource.org/licenses/ zlib-license.html) -- -- Sources: -- -- Description: -- Common JalV2 compiler include file -- -- Notes: -- - Created with Dev2Jal Rexx script version 0.0.82 -- - File creation date/time: 6 Sep 2009 21:38 -- -- --------------------------------------------------- Etc. Etc. Becomes when they are placed in the zip file: -- Library released at 14-10-2009 in jallib pack 2.4l-0.4.0 ================================================================== -- Title: Common JalV2 compiler include file -- -- Author: Rob Hamerling, Copyright (c) 2008..2009, all rights reserved. -- -- Adapted-by: -- -- Compiler: 2.4l -- -- This file is part of jallib (http://jallib.googlecode.com) -- Released under the ZLIB license (http://www.opensource.org/licenses/ zlib-license.html) -- -- Sources: -- -- Description: -- Common JalV2 compiler include file -- -- Notes: -- - Created with Dev2Jal Rexx script version 0.0.82 -- - File creation date/time: 6 Sep 2009 21:38 -- -- --------------------------------------------------- Etc. Etc. In jaledit and picshell you can check your used include files and thus see the release stamp. I think its also easier to help people in jallist because it is always the question what library do they use. Just my 2 cents (as you some times call it). Greetz Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
