Page 1 of 1

File .MAK

Posted: Mon Jul 08, 2019 5:27 pm
by oliveiros junior
Hello guys,

What may be missing in my Mak file, because when an error occurs, it does not show the error line.

Example:

Stack Calls
===========
Called from: .\Zeus0100.PRG => SALVAR_REMANEJAMENTO( 0 )
Called from: .\Zeus0100.PRG => (b)REMANEJAMENTO( 0 )
Called from: .\source\classes\BUTTON.PRG => TBUTTON:CLICK( 179 )


From now I appreciate the help

Att.,

Oliveiros Junior

Re: File .MAK

Posted: Mon Jul 08, 2019 7:51 pm
by cnavarro
Check if you have /l when compile this prgs

Re: File .MAK

Posted: Mon Jul 08, 2019 8:16 pm
by oliveiros junior
Hello Mr. Navarro,

This is the Prgs compilation line:

.prg.obj:
$(HBDIR)\bin\harbour $< /L /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include
$(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c


Att.

Oliveiros Junior

Re: File .MAK

Posted: Mon Jul 08, 2019 8:34 pm
by cnavarro
Remove /L

Re: File .MAK

Posted: Mon Jul 08, 2019 9:14 pm
by oliveiros junior
Hello Mr. Navarro,

It worked, thank you.

Att.

Oliveiros Junior