Skip to content

Commit

Permalink
Fix PascalScript in TRSim Project File
Browse files Browse the repository at this point in the history
  • Loading branch information
agreatnate committed Oct 22, 2019
1 parent f50b862 commit 9512e09
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions TRSim.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<Version Value="11"/>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<OtherUnitFiles Value="PascalScript/Source"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
Expand Down Expand Up @@ -56,26 +57,25 @@
<Mode0 Name="default"/>
</Modes>
</RunParams>
<RequiredPackages Count="3">
<RequiredPackages Count="2">
<Item1>
<PackageName Value="pascalscript"/>
<PackageName Value="lhelpcontrolpkg"/>
</Item1>
<Item2>
<PackageName Value="lhelpcontrolpkg"/>
</Item2>
<Item3>
<PackageName Value="LCL"/>
</Item3>
</Item2>
</RequiredPackages>
<Units Count="30">
<Units Count="31">
<Unit0>
<Filename Value="TRSim.lpr"/>
<IsPartOfProject Value="True"/>
</Unit0>
<Unit1>
<Filename Value="Sim.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="fSim"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit1>
<Unit2>
<Filename Value="Globals.pas"/>
Expand Down Expand Up @@ -213,12 +213,17 @@
<IsPartOfProject Value="True"/>
<HasResources Value="True"/>
</Unit29>
<Unit30>
<Filename Value="PascalScript/Source/pascalscript.pas"/>
<IsPartOfProject Value="True"/>
</Unit30>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<OtherUnitFiles Value="PascalScript/Source"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
Expand Down

0 comments on commit 9512e09

Please sign in to comment.