Registriert seit: 2. Feb 2003
611 Beiträge
Delphi 2009 Professional
|
Re: Compiler im sourcode steuern. OS abhängig compilieren
30. Okt 2008, 11:33
Moin,
Ich habe da noch was dunkel im Hinterkopf (kann aber auch totaler Blödsinn sein, müsste man testen ):
Delphi-Quellcode:
{$IFDEF FPC}
FreePascal Compiler (Lazarus)
{$ELSEIF}
{$IFDEF WIN32}
Delphi (nicht Kylix, da Win 32!)
{$ENDIF}
{$ENDIF}
Ich hoffe es klappt!
Grüße,
Max
Max „If you have any great suggestions, feel free to mail me, and I'll probably feel free to ignore you.“ . Linus Torvalds
|