diff options
-rw-r--r-- | extras/contributed/report_tool/reportengine/fpg_report.lpk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extras/contributed/report_tool/reportengine/fpg_report.lpk b/extras/contributed/report_tool/reportengine/fpg_report.lpk index e2d2d1b3..40483c1d 100644 --- a/extras/contributed/report_tool/reportengine/fpg_report.lpk +++ b/extras/contributed/report_tool/reportengine/fpg_report.lpk @@ -1,10 +1,10 @@ <?xml version="1.0"?> <CONFIG> - <Package Version="3"> + <Package Version="4"> <Name Value="fpg_report"/> - <Author Value=""Jean-Marc Levecque" <jmarc.levecque@dbmail.com>"/> + <Author Value="Jean-Marc Levecque <jean-marc.levecque@jmlesite.fr>"/> <CompilerOptions> - <Version Value="9"/> + <Version Value="11"/> <SearchPaths> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> <LCLWidgetType Value="nogui"/> @@ -19,6 +19,7 @@ </Parsing> <Linking> <Debugging> + <GenerateDebugInfo Value="False"/> <UseLineInfoUnit Value="False"/> </Debugging> </Linking> @@ -30,7 +31,8 @@ </Other> </CompilerOptions> <Description Value="PDF reporting engine"/> - <Version Minor="1"/> + <License Value="Modified LGPL with static linking exception."/> + <Version Minor="2"/> <Files Count="5"> <Item1> <Filename Value="u_command.pas"/> |