home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / xprkermi.lzh / options.lnt < prev    next >
Text File  |  1991-10-12  |  481b  |  13 lines

  1. // options.lnt -- a Lint options file for Manx Aztec C with XPR Kermit
  2.  
  3. -DXPRKERMIT -si2        // XPR Kermit mode on, 2-byte integers
  4. +fvr                // varying return mode
  5. -e7??                // Ignore all Info messages for now
  6. -e537                // We wrap all our include files
  7. -esym(526,calla,callaa,callad,calladd,calladda,calld,callda,calldaa) // defined in asm
  8. -esym(526,DOSBase,myInit,myRomTag)    // defined in asm code
  9. -esym(526,_H1_org,_H2_end)        // ditto
  10. -e565                // No warnings about tags
  11.  
  12. -os(errors.txt)
  13.