diff options
Diffstat (limited to 'Plasmapropagation.lpi')
-rw-r--r-- | Plasmapropagation.lpi | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/Plasmapropagation.lpi b/Plasmapropagation.lpi index 40504f6..f707ff5 100644 --- a/Plasmapropagation.lpi +++ b/Plasmapropagation.lpi @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <CONFIG> <ProjectOptions> <Version Value="9"/> @@ -32,17 +32,23 @@ <LaunchingApplication PathPlusParams="/usr/bin/screen -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> </local> </RunParams> - <Units Count="2"> + <Units Count="4"> <Unit0> <Filename Value="Plasmapropagation.lpr"/> <IsPartOfProject Value="True"/> - <UnitName Value="Plasmapropagation"/> </Unit0> <Unit1> <Filename Value="Physikunit.pas"/> <IsPartOfProject Value="True"/> - <UnitName Value="Physikunit"/> </Unit1> + <Unit2> + <Filename Value="../units/protokollunit.pas"/> + <IsPartOfProject Value="True"/> + </Unit2> + <Unit3> + <Filename Value="input.plap"/> + <IsPartOfProject Value="True"/> + </Unit3> </Units> </ProjectOptions> <CompilerOptions> @@ -52,6 +58,7 @@ </Target> <SearchPaths> <IncludeFiles Value="$(ProjOutDir)"/> + <OtherUnitFiles Value="../units;/usr/lib/lazarus/components/aggpas/src/"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> </SearchPaths> <CodeGeneration> @@ -73,13 +80,8 @@ <Other> <Verbosity> <ShoLineNum Value="True"/> - <ShowAllProcsOnError Value="True"/> <ShowDebugInfo Value="True"/> </Verbosity> - <CompilerMessages> - <MsgFileName Value=""/> - </CompilerMessages> - <CompilerPath Value="$(CompPath)"/> </Other> </CompilerOptions> <Debugging> |