Previous Thread
Next Thread
Print Thread
How to add /L switch to recomx? #29888 09 Jul 08 05:19 PM
A
Anonymous
Unregistered
Anonymous
Unregistered
A
Thanks, smile
Miro

Re: How to add /L switch to recomx? #29889 09 Jul 08 05:48 PM
Joined: Jun 2001
Posts: 11,645
J
Jack McGregor Online Content
Member
Online Content
Member
J
Joined: Jun 2001
Posts: 11,645
The compile switches are set in RECOMX.BP by means of a single bit field, CMPSWITCHES. So locate the RECOMX.BP source file, then locate that variable and change its initial value (either in the MAP statement, or in an assignment statement).

The switch value for /L (aka /LF) is 524288 (&h80000).

So, for example, if the previous value was 256, change it to 524288+256=524544 (or &h80100).

Then recompile RECOMX. (If you were using RECOMX.LIT instead of RECOMX.RUN, then just rename the new RECOMX.RUN to RECOMX.LIT).

Then use it to recompile your programs.

(I moved this topic to the Program Development forum, as it seems to relate there better than here.)


Moderated by  Jack McGregor, Ty Griffin 

Powered by UBB.threads™ PHP Forum Software 7.7.3