diff options
author | Erich Eckner <git@eckner.net> | 2016-02-17 10:24:04 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-03-04 16:12:48 +0100 |
commit | 8a4cebe8387959f2c68543dcc76df01250070ae3 (patch) | |
tree | 327537011eb734ca9485a855b03c2339901272e8 /epost.lpi | |
parent | dbbd0a4eed5651ea2c06968ef21320933e0a5ffd (diff) | |
download | epost-8a4cebe8387959f2c68543dcc76df01250070ae3.tar.xz |
fft ausgelagert
Diffstat (limited to 'epost.lpi')
-rw-r--r-- | epost.lpi | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -39,7 +39,7 @@ <PackageName Value="LazUtils"/> </Item1> </RequiredPackages> - <Units Count="6"> + <Units Count="8"> <Unit0> <Filename Value="epost.lpr"/> <IsPartOfProject Value="True"/> @@ -64,6 +64,14 @@ <Filename Value="typenunit.pas"/> <IsPartOfProject Value="True"/> </Unit5> + <Unit6> + <Filename Value="../units/fftunit.pas"/> + <IsPartOfProject Value="True"/> + </Unit6> + <Unit7> + <Filename Value="../units/fftunit.inc"/> + <IsPartOfProject Value="True"/> + </Unit7> </Units> </ProjectOptions> <CompilerOptions> |