From dc7811de471de930ae97033b5f4f995220520d40 Mon Sep 17 00:00:00 2001 From: tobigun Date: Tue, 4 Nov 2008 13:55:25 +0000 Subject: {$Mode Delphi} added for FPC compatibility git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1501 b956fd51-792f-4845-bead-9b4dfca2ff2c --- plugins/Blind/Blind.dpr | 4 + plugins/Don't_Get_Worse/Hold_The_Line.bdsproj | 344 +++++++++++++------------- plugins/Don't_Get_Worse/Hold_The_Line.dpr | 4 + plugins/Duell/Duell.dpr | 4 + plugins/Team_Duell/TeamDuell.dpr | 4 + 5 files changed, 188 insertions(+), 172 deletions(-) diff --git a/plugins/Blind/Blind.dpr b/plugins/Blind/Blind.dpr index 8093c2d6..d2824587 100644 --- a/plugins/Blind/Blind.dpr +++ b/plugins/Blind/Blind.dpr @@ -1,5 +1,9 @@ library Blind; +{$IFDEF FPC} + {$MODE Delphi} +{$ENDIF} + uses ModiSDK in '..\SDK\ModiSDK.pas'; diff --git a/plugins/Don't_Get_Worse/Hold_The_Line.bdsproj b/plugins/Don't_Get_Worse/Hold_The_Line.bdsproj index f4b61402..8694fb50 100644 --- a/plugins/Don't_Get_Worse/Hold_The_Line.bdsproj +++ b/plugins/Don't_Get_Worse/Hold_The_Line.bdsproj @@ -1,175 +1,175 @@  - - - - - - - - - - Hold_The_Line.dpr - - - 7.0 - - - 8 - 0 - 1 - 1 - 0 - 0 - 1 - 1 - 1 - 0 - 0 - 1 - 0 - 1 - 1 - 1 - 0 - 0 - 0 - 0 - 0 - 1 - 0 - 1 - 1 - 1 - True - True - WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; - - False - - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - True - False - False - False - True - True - True - True - True - True - - - - 0 - 0 - False - 1 - False - False - False - 16384 - 1048576 - 4194304 - - - - - - - - ..\..\src\lib\JEDI-SDL\SDL\Pas - - - - False - - - - - - False - - - True - False - - - - $00000000 - - - - False - False - 1 - 0 - 0 - 0 - False - False - False - False - False - 1031 - 1252 - - - - - 1.0.0.0 - - - - - - 1.0.0.0 - - - + + + + + + + + + + Hold_The_Line.dpr + + + 7.0 + + + 8 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 1 + 1 + True + True + WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; + + False + + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + True + False + False + False + True + True + True + True + True + True + + + + 0 + 0 + False + 1 + False + False + False + 16384 + 1048576 + 4194304 + + + + + + + + ..\..\src\lib\JEDI-SDL\SDL\Pas + + + + False + + + + + + False + + + True + False + + + + $00000000 + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1031 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + diff --git a/plugins/Don't_Get_Worse/Hold_The_Line.dpr b/plugins/Don't_Get_Worse/Hold_The_Line.dpr index a2aa2e66..3ce06463 100644 --- a/plugins/Don't_Get_Worse/Hold_The_Line.dpr +++ b/plugins/Don't_Get_Worse/Hold_The_Line.dpr @@ -1,5 +1,9 @@ library Hold_The_Line; +{$IFDEF FPC} + {$MODE Delphi} +{$ENDIF} + uses ModiSDK in '..\SDK\ModiSDK.pas', StrUtils in '..\SDK\StrUtils.pas', diff --git a/plugins/Duell/Duell.dpr b/plugins/Duell/Duell.dpr index ddc962c4..93c87d0e 100644 --- a/plugins/Duell/Duell.dpr +++ b/plugins/Duell/Duell.dpr @@ -1,5 +1,9 @@ library Duell; +{$IFDEF FPC} + {$MODE Delphi} +{$ENDIF} + uses ModiSDK in '..\SDK\ModiSDK.pas'; diff --git a/plugins/Team_Duell/TeamDuell.dpr b/plugins/Team_Duell/TeamDuell.dpr index b1490b20..18116097 100644 --- a/plugins/Team_Duell/TeamDuell.dpr +++ b/plugins/Team_Duell/TeamDuell.dpr @@ -1,5 +1,9 @@ library TeamDuell ; +{$IFDEF FPC} + {$MODE Delphi} +{$ENDIF} + uses ModiSDK in '..\SDK\ModiSDK.pas', StrUtils in '..\SDK\StrUtils.pas', -- cgit v1.2.3