> I'm using several defines like this:
> 
> {$define M1}
> { $define M2}
> { $define M3}
> { $define M4}
> 
> Any time I have to change them, I have to touch all one by one, because
> they're mutually exclusive.
> 
> Or a better basic approach? 

Maybe I am missing something, but why not just have a single define statement, 
which you change to 
define the one symbol that you want for the current compile? If they are 
mutually exclusive, you 
never need more than one define, right?

Jeff

[EMAIL PROTECTED]



_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to