home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 514a.lha / sregexp.library_v9.0 / compilation.notes < prev    next >
Text File  |  1991-06-08  |  1KB  |  32 lines

  1.  
  2.  
  3.     As it says in various places in the source, this whole thing is kind
  4.     of DICE dependent.    If you know what you are doing you should be
  5.     able to get it to compile under anything.
  6.  
  7.     The c source was not written with an eye to portability, but I don't
  8.     think it is too bad.
  9.  
  10.     To make under another compiler you will almost definitely have to change
  11.     the file kludge.asm, were the jump vectors into the code are.  Most
  12.     likely you'll have to take the register parameters and stuff
  13.     them onto the stack.
  14.  
  15.     The easiest thing to do is just type 'dmake install' and trust
  16.     my compilations.
  17.  
  18.     PLEASE do not distribute modified versions, and if you do make sure
  19.     the copyright notice is left intact AND you state clearly it is
  20.     a modified version.
  21.  
  22.  
  23.     Note that I made everything under 1.3 (I don't have 2.0).  There
  24.     are a few things to consider, however.  I have made my own 1.3 version
  25.     of the 'clib' directory, which is new to 2.0.  This also allowed
  26.     me to make my own 1.3 registered args amigasr13.lib linker
  27.     library.  If you want to remake this under 1.3 with dice, you will
  28.     have to either come up with these yourself, or modify kludge.asm
  29.     to stuff the parameters on to the stack. Under 2.0 everything should
  30.     go, but no guarantees.
  31.  
  32.