home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d527
/
sregexp.lha
/
SRegExp
/
Compilation
< prev
next >
Wrap
Text File
|
1991-08-05
|
1KB
|
32 lines
As it says in various places in the source, this whole thing is kind
of DICE dependent. If you know what you are doing you should be
able to get it to compile under anything.
The c source was not written with an eye to portability, but I don't
think it is too bad.
To make under another compiler you will almost definitely have to change
the file kludge.asm, were the jump vectors into the code are. Most
likely you'll have to take the register parameters and stuff
them onto the stack.
The easiest thing to do is just type 'dmake install' and trust
my compilations.
PLEASE do not distribute modified versions, and if you do make sure
the copyright notice is left intact AND you state clearly it is
a modified version.
Note that I made everything under 1.3 (I don't have 2.0). There
are a few things to consider, however. I have made my own 1.3 version
of the 'clib' directory, which is new to 2.0. This also allowed
me to make my own 1.3 registered args amigasr13.lib linker
library. If you want to remake this under 1.3 with dice, you will
have to either come up with these yourself, or modify kludge.asm
to stuff the parameters on to the stack. Under 2.0 everything should
go, but no guarantees.