Mattias Gärtner wrote:
> Zitat von Reenen Laurie <[EMAIL PROTECTED]>:
> 
>> When I work cross platform (develop at home on linux, and at work on
>> windows), I have to have separate .lpi / lpr files for linux and windows...
>>
>> My assumption is that this line in the windows (lpi) version makes it not
>> work:
>>     <RunParams>
>>       <local>
>>         <FormatVersion Value="1"/>
>>         <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T
>> 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
>>       </local>
>>     </RunParams>
>>
>> Obviously that's not windows...
>>
>> Do all of you have to keep a <project_win> and <project_lin> .lpi and lpr ?
> 
> No. I only have one lpi and lpr per project. But I don't use launching
> application.
> Maybe launchingapplication should be moved to lps?
> 
> Marc can tell.

Who me ?

There are ideas to move some debugger options to project specifics.
Anyway, I use 2 different .lpi files (one is a copy of another) to cross 
develop for win32 and wince, since I need to swap targetcpu and targetos
So moving launchingapplication itself is not enough

Marc
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to