Revision: 1259
Author: robhamerling
Date: Fri Aug 28 08:33:19 2009
Log: Most recent dev2jal Rexx script version 0.0.79
http://code.google.com/p/jallib/source/detail?r=1259
Modified:
/trunk/tools/Dev2Jal.cmd
=======================================
--- /trunk/tools/Dev2Jal.cmd Fri Aug 28 08:21:07 2009
+++ /trunk/tools/Dev2Jal.cmd Fri Aug 28 08:33:19 2009
@@ -133,12 +133,10 @@
PicNameCaps = toupper(PicName)
if PicSpec.DataSheet.PicNameCaps == '?' then do
say PicName 'not listed in' PicSpecFile', no device file generated'
- say PicSpec.datasheet.picnamecaps
iterate
end
else if PicSpec.Datasheet.PicNameCaps == '-' then do
- say 'No datasheet found in' PicSpecFile 'for' PicName', no device file
generated'
- say PicSpec.datasheet.picnamecaps
+ say PicName 'no datasheet found in' PicSpecFile', no device file
generated'
iterate /* skip */
end
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---