diff options
author | Erich Eckner <git@eckner.net> | 2015-11-18 14:53:22 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2015-11-19 09:24:48 +0100 |
commit | a83b351ed71b1b1ce1aaa2c5685241c9e5cde214 (patch) | |
tree | 037b69bf59f3aec8fca7a1b0473f8e7387b320f7 /wetter.lpi | |
parent | c84a57a879a389ee3d1c3d736463eacece7f6dc5 (diff) | |
download | FH-Wetter-a83b351ed71b1b1ce1aaa2c5685241c9e5cde214.tar.xz |
fhunit.pas speichert nun binär statt in Ascii
Diffstat (limited to 'wetter.lpi')
-rw-r--r-- | wetter.lpi | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -32,7 +32,7 @@ <PackageName Value="LCL"/> </Item1> </RequiredPackages> - <Units Count="4"> + <Units Count="5"> <Unit0> <Filename Value="wetter.lpr"/> <IsPartOfProject Value="True"/> @@ -53,6 +53,10 @@ <Filename Value="fhunit.pas"/> <IsPartOfProject Value="True"/> </Unit3> + <Unit4> + <Filename Value="../units/fileunit.pas"/> + <IsPartOfProject Value="True"/> + </Unit4> </Units> </ProjectOptions> <CompilerOptions> |