ide: fix compilation

git-svn-id: trunk@29120 -
This commit is contained in:
paul 2011-01-19 12:37:25 +00:00
parent 6cf4197828
commit 3ed56f1dae
2 changed files with 5 additions and 3 deletions

View File

@ -680,10 +680,11 @@ const
'', // fpGUI '', // fpGUI
'', // noGUI '', // noGUI
{$IFDEF DARWIN} {$IFDEF DARWIN}
' -k-framework -kCocoa' // Cocoa ' -k-framework -kCocoa', // Cocoa
{$ELSE} {$ELSE}
'' // Cocoa '', // Cocoa
{$ENDIF} {$ENDIF}
'' // android
); );
type type

View File

@ -59,7 +59,8 @@ const
'qt', 'qt',
'fpGUI (alpha)', 'fpGUI (alpha)',
'NoGUI', 'NoGUI',
'cocoa (alpha)' 'cocoa (alpha)',
'android (pre-alpha)'
); );