1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-05 00:45:14 -05:00

Eeh. This should fix the path issue.

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@146 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-10-20 23:07:05 +00:00
parent fdc17555c2
commit a8c22c4ffa
3 changed files with 808 additions and 807 deletions

View File

@ -283,7 +283,7 @@
<Unit33>
<Filename Value="../../Units/MMLCore/input.pas"/>
<UnitName Value="Input"/>
<CursorPos X="47" Y="18"/>
<CursorPos X="68" Y="15"/>
<TopLine Value="1"/>
<EditorIndex Value="5"/>
<UsageCount Value="44"/>
@ -296,7 +296,7 @@
<CursorPos X="8" Y="410"/>
<TopLine Value="395"/>
<EditorIndex Value="0"/>
<UsageCount Value="196"/>
<UsageCount Value="197"/>
<Loaded Value="True"/>
</Unit34>
<Unit35>
@ -312,7 +312,7 @@
<UnitName Value="MMLThread"/>
<CursorPos X="10" Y="62"/>
<TopLine Value="50"/>
<UsageCount Value="194"/>
<UsageCount Value="195"/>
</Unit36>
<Unit37>
<Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/>
@ -321,7 +321,7 @@
<CursorPos X="45" Y="112"/>
<TopLine Value="94"/>
<EditorIndex Value="10"/>
<UsageCount Value="192"/>
<UsageCount Value="193"/>
<Loaded Value="True"/>
</Unit37>
<Unit38>
@ -414,7 +414,7 @@
<CursorPos X="1" Y="74"/>
<TopLine Value="52"/>
<EditorIndex Value="6"/>
<UsageCount Value="182"/>
<UsageCount Value="183"/>
<Loaded Value="True"/>
</Unit50>
<Unit51>
@ -438,7 +438,7 @@
<CursorPos X="1" Y="226"/>
<TopLine Value="202"/>
<EditorIndex Value="17"/>
<UsageCount Value="181"/>
<UsageCount Value="182"/>
<Loaded Value="True"/>
</Unit53>
<Unit54>
@ -572,7 +572,7 @@
<CursorPos X="41" Y="76"/>
<TopLine Value="76"/>
<EditorIndex Value="1"/>
<UsageCount Value="164"/>
<UsageCount Value="165"/>
<Loaded Value="True"/>
</Unit73>
<Unit74>
@ -636,7 +636,7 @@
<UnitName Value="plugins"/>
<CursorPos X="86" Y="128"/>
<TopLine Value="128"/>
<UsageCount Value="158"/>
<UsageCount Value="159"/>
</Unit82>
<Unit83>
<Filename Value="../../../Compilertje/Units/CogatUnits/compfiles.pas"/>
@ -729,7 +729,7 @@
<CursorPos X="34" Y="141"/>
<TopLine Value="113"/>
<EditorIndex Value="7"/>
<UsageCount Value="139"/>
<UsageCount Value="140"/>
<Loaded Value="True"/>
</Unit96>
<Unit97>
@ -746,7 +746,7 @@
<CursorPos X="62" Y="88"/>
<TopLine Value="85"/>
<EditorIndex Value="19"/>
<UsageCount Value="135"/>
<UsageCount Value="136"/>
<Loaded Value="True"/>
</Unit98>
<Unit99>
@ -772,7 +772,7 @@
<UnitName Value="windowselector"/>
<CursorPos X="32" Y="12"/>
<TopLine Value="31"/>
<UsageCount Value="125"/>
<UsageCount Value="126"/>
</Unit101>
<Unit102>
<Filename Value="../../../usr/lib64/fpc/2.2.4/source/rtl/objpas/classes/classesh.inc"/>
@ -806,7 +806,7 @@
<UnitName Value="dtmutil"/>
<CursorPos X="32" Y="18"/>
<TopLine Value="1"/>
<UsageCount Value="112"/>
<UsageCount Value="113"/>
</Unit106>
<Unit107>
<Filename Value="../../../cogat/Units/CogatUnits/compmaths.pas"/>
@ -849,7 +849,7 @@
<CursorPos X="133" Y="45"/>
<TopLine Value="16"/>
<EditorIndex Value="8"/>
<UsageCount Value="92"/>
<UsageCount Value="93"/>
<Loaded Value="True"/>
</Unit112>
<Unit113>
@ -887,7 +887,7 @@
<CursorPos X="86" Y="11"/>
<TopLine Value="1"/>
<EditorIndex Value="4"/>
<UsageCount Value="62"/>
<UsageCount Value="63"/>
<Loaded Value="True"/>
</Unit117>
<Unit118>
@ -903,7 +903,7 @@
<UnitName Value="project"/>
<CursorPos X="46" Y="15"/>
<TopLine Value="1"/>
<UsageCount Value="59"/>
<UsageCount Value="60"/>
</Unit119>
<Unit120>
<Filename Value="../../../FPC/FPCCheckout/rtl/inc/heap.inc"/>
@ -1085,7 +1085,7 @@
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)/;$(ProjPath)../../Units/MMLAddon/PSInc/"/>
<OtherUnitFiles Value="$(ProjPath)../../Units/MMLCore/;$(ProjPath)../../Units/MMLAddon/;$(ProjPath)../../Units/PascalScript/;$(ProjPath)../../Units/Misc/;$(ProjPath)../../Units/MMLAddon/PSInc/;../../../Documents and Settings/Raymond/Bureaublad/"/>
<OtherUnitFiles Value="$(ProjPath)../../Units/MMLCore/;$(ProjPath)../../Units/MMLAddon/;$(ProjPath)../../Units/PascalScript/;$(ProjPath)../../Units/Misc/;$(ProjPath)../../Units/MMLAddon/PSInc/"/>
</SearchPaths>
<CodeGeneration>
<Optimizations>

View File

@ -1,11 +1,11 @@
object Form1: TForm1
Left = 207
Left = 414
Height = 553
Top = 196
Top = 218
Width = 723
ActiveControl = SynEdit1
Caption = 'Mufasa v2'
ClientHeight = 533
ClientHeight = 528
ClientWidth = 723
Menu = MainMenu1
OnClose = FormClose
@ -15,7 +15,7 @@ object Form1: TForm1
LCLVersion = '0.9.29'
object SynEdit1: TSynEdit
Left = 8
Height = 333
Height = 328
Top = 32
Width = 704
Align = alCustom
@ -27,7 +27,8 @@ object Form1: TForm1
ParentColor = False
ParentFont = False
TabOrder = 0
Gutter.Width = 57
BookMarkOptions.OnChange = nil
Gutter.Width = 61
Gutter.MouseActions = <
item
Shift = []
@ -611,7 +612,7 @@ object Form1: TForm1
Width = 23
end
object TSynGutterLineNumber
Width = 17
Width = 21
MouseActions = <>
MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone
@ -824,7 +825,7 @@ object Form1: TForm1
object Memo1: TMemo
Left = 13
Height = 139
Top = 370
Top = 365
Width = 694
Anchors = [akLeft, akRight, akBottom]
ScrollBars = ssAutoBoth
@ -832,8 +833,8 @@ object Form1: TForm1
end
object StatusBar: TStatusBar
Left = 0
Height = 23
Top = 510
Height = 21
Top = 507
Width = 723
Panels = <
item

File diff suppressed because it is too large Load Diff