[Lazarus] TKOLDataModule

User usuarioanonimomysql at gmail.com
Tue Dec 9 22:04:11 CET 2008


Mattias Gärtner wrote:
> Zitat von Reenen Laurie <rlaurie at gmail.com>:
> 
>> 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



More information about the Lazarus mailing list