Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't compile more modules

Status
Not open for further replies.

clip4ever

Programmer
Oct 11, 2002
43
CA
Curious problem. Can't add more modules (.prg) to my MAKEFILE.rmk. I have now 75 modules in my EXE. Is there a way to increase the capacity >?
Thanks
 
I have 154 entries of the form:
xx.obj : xx.prg
clipper xx /m /n /w /b

What is the error message you get?

Try setting an environment variable:
SET RMAKE=/xs600

then RMAKE file

Hope this helps.
 
Thank you HotEye for your hint that led me to find out that whoever wrote the build script wrote the /ES1000 before the file name to RMAKE. I switched and it worked.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top