diff options
author | Erich Eckner <git@eckner.net> | 2015-07-06 12:22:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2015-07-06 12:22:47 +0200 |
commit | 863d06efa0eaf267d27a012edec2bd02e3077438 (patch) | |
tree | 99cf2820ad2e2040ca6f9f1278b111c2d7d574fe /Make.lpi | |
parent | 99b99f8ca1967135221a5d4f24fbae073530e0ff (diff) | |
download | Make-863d06efa0eaf267d27a012edec2bd02e3077438.tar.xz |
Prüfung, ob gewisse Befehle ihre Ausgaben nicht außerhalb vom aktuellen Wurzelverzeichnis machen
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"> |