Hi all, I'm trying to use --object-destination-path=obj to place all *.o files in the directory 'obj'. However it won't work... What do I do wrong? The complete line is:
gpc --object-destination-path=./obj/ --automake main.pas
I'm using version 20010924 and I have placed main.pas and test.pas in the current dir, and their content is (but this probably doesn't matter):
program main;
uses test;
begin writeln('main'); testfunc; end.
unit test;
interface
procedure testfunc;
implementation
procedure testfunc; begin writeln('test'); end; { testfunc }
end.
Best regards
Preben Bohn
===== The two rules for success are: 1. Never tell them everything you know.
____________________________________________________________ Nokia Game is on again. Go to http://uk.yahoo.com/nokiagame/ and join the new all media adventure before November 3rd.