Einzelnen Beitrag anzeigen

Prototypjack

Registriert seit: 2. Feb 2003
611 Beiträge
 
Delphi 2009 Professional
 
#2

Re: Compiler im sourcode steuern. OS abhängig compilieren

  Alt 30. Okt 2008, 10: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
  Mit Zitat antworten Zitat