Re: [Lazarus] using two versions of RTL from lazarus

2008-11-10 Thread Florian Klaempfl
Henry Vermaak schrieb: How can I use lazarus to switch between those two? easiest is probably to install the ppu files to different locations, then invent a custom define and add it to your fpc.cfg to switch between different versions (where the -Fu paths are defined). you don't really

Re: [Lazarus] using two versions of RTL from lazarus

2008-11-10 Thread Marc Santhoff
Am Montag, den 10.11.2008, 16:30 +0100 schrieb Marc Santhoff: I'll try do use some conditionals inside my fpc.cfg, although I'm not sure where to find documentation on this topic someone here or on the fpc list showed an example some time ago (regarding compiler versions IIRC). Replying to

Re: [Lazarus] using two versions of RTL from lazarus

2008-11-10 Thread Marc Santhoff
Am Montag, den 10.11.2008, 10:52 + schrieb Martin: Florian Klaempfl wrote: Henry Vermaak schrieb: How can I use lazarus to switch between those two? easiest is probably to install the ppu files to different locations, then invent a custom define and add it to your

Re: [Lazarus] using two versions of RTL from lazarus

2008-11-09 Thread Henry Vermaak
2008/11/9 Marc Santhoff [EMAIL PROTECTED]: Hi, I'd like to use two version of the fpc libraries from inside lazarus, one RTL for release/normal usage and another one compiled with debugging symbols included. How can I use lazarus to switch between those two? easiest is probably to install