I some of my units, I have :

uses classes,
{$IFDEF  USE_XYZ}
   certain_unitXYZ
{$ENDIF};


Where do I put
{$DEFINE USE_XYZ}

so that when I rebuild the project, fpc will see USE_XYZ is defined.

Putting in in the project .lpr  does not work

Thanks in advance.

Dennis

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to