diff options
Diffstat (limited to 'Make.lpi')
-rw-r--r-- | Make.lpi | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -32,16 +32,25 @@ <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="Make.lpr"/> <IsPartOfProject Value="True"/> - <UnitName Value="Make"/> </Unit0> <Unit1> <Filename Value="Machdatei.txt"/> <IsPartOfProject Value="True"/> </Unit1> + <Unit2> + <Filename Value="tools.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="tools"/> + </Unit2> + <Unit3> + <Filename Value="../units/mystringlistunit.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="mystringlistunit"/> + </Unit3> </Units> </ProjectOptions> <CompilerOptions> @@ -51,6 +60,7 @@ </Target> <SearchPaths> <IncludeFiles Value="$(ProjOutDir)"/> + <OtherUnitFiles Value="../units"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> </SearchPaths> <CodeGeneration> @@ -68,12 +78,6 @@ </Win32> </Options> </Linking> - <Other> - <CompilerMessages> - <MsgFileName Value=""/> - </CompilerMessages> - <CompilerPath Value="$(CompPath)"/> - </Other> </CompilerOptions> <Debugging> <Exceptions Count="3"> |