[lazarus] Ifdef's in a .lpk file

2005-11-06 Thread joost
Hi all, I want to add the TODBCConnection to the SQLDBlaz-package. But to get that to work I need some ifndef fpc2_0_0. But how do I do that in the .lpk? Is that possible? Or can i just add the odbcconn.pp as a dependency, without breaking it for fpc-2.0.0? Joost.

Re: [lazarus] Ifdef's in a .lpk file

2005-11-06 Thread Mattias Gaertner
On Sun, 6 Nov 2005 14:21:02 +0100 (MET) [EMAIL PROTECTED] wrote: Hi all, I want to add the TODBCConnection to the SQLDBlaz-package. But to get that to work I need some ifndef fpc2_0_0. But how do I do that in the .lpk? Is that possible? Or can i just add the odbcconn.pp as a dependency,