Powerbasic Museum 2020-B

Webmaster: José Roca (PBWIN 10+/PBCC 6+) (SDK Forum) => CSED Editor => Topic started by: Carlo Pagani on October 17, 2011, 09:55:20 PM

Title: Command line on compile
Post by: Carlo Pagani on October 17, 2011, 09:55:20 PM
Hi José

In the File: CSED_COMPILE.INC

It seems you left out to pass command line set in options to file being executed.

I changed this line (Around 709)
from

                           strCommand = strExeFile
to
                           strCommand = strExeFile & " " & pSed.CommandLine


Ciao - Carlo
Title: Re: Command line on compile
Post by: José Roca on October 18, 2011, 04:06:15 AM
Thanks for spotting it. I have modified the code.