Re: [fpc-pascal] Handling with sources and exebutables with different names

2012-05-17 Thread Michael Van Canneyt
On Thu, 17 May 2012, luciano de souza wrote: hello all, I am compiling CGI modules with Freepascal in commandline mode. if I do: fpc test.pas the result is "test.exe". But the source name needs to be different from the executable name. For this reason: fpc test.pas -oindex.cgi This comman

Re: [fpc-pascal] Handling with sources and exebutables with different names

2012-05-17 Thread Sven Barth
On 17.05.2012 14:09, luciano de souza wrote: hello all, I am compiling CGI modules with Freepascal in commandline mode. if I do: fpc test.pas the result is "test.exe". But the source name needs to be different from the executable name. For this reason: fpc test.pas -oindex.cgi This command s

[fpc-pascal] Handling with sources and exebutables with different names

2012-05-17 Thread luciano de souza
hello all, I am compiling CGI modules with Freepascal in commandline mode. if I do: fpc test.pas the result is "test.exe". But the source name needs to be different from the executable name. For this reason: fpc test.pas -oindex.cgi This command should result in index.cgi, placed on the curren