-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathquickhash_linux.lpi
100 lines (100 loc) · 2.94 KB
/
quickhash_linux.lpi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="1"/>
<General>
<MainUnit Value="0"/>
<Title Value="QuickHash"/>
<Scaled Value="True"/>
<Icon Value="0"/><!-- enables application icon; icon name must be the same as this file -->
</General>
<VersionInfo>
<UseVersionInfo Value="True"/>
<AutoIncrementBuild Value="False"/>
<MajorVersionNr Value="3"/>
<MinorVersionNr Value="3"/>
<RevisionNr Value="4"/>
<Language Value="0809"/>
<StringTable
Comments="Free, cross platform, open-source file and disk hashing software"
CompanyName="Ted Smith (Quickhash-GUI)"
FileDescription="Quickhash-GUI - Data hashing tool for Linux, Windows and OSX"
LegalCopyright="2011 - 2023 (c) Ted Smith"
LegalTrademarks="See source code and user manual"
ProductName="QuickHash-GUI (www.quickhash-gui.org)"
ProductVersion="3.3.4"/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
</BuildModes>
<RequiredPackages Count="6">
<Item1>
<PackageName Value="HashLib4PascalPackage"/>
</Item1>
<Item2>
<PackageName Value="lazdbexport"/>
</Item2>
<Item3>
<PackageName Value="SQLDBLaz"/>
</Item3>
<Item4>
<PackageName Value="FCL"/>
</Item4>
<Item5>
<PackageName Value="DateTimeCtrls"/>
</Item5>
<Item6>
<PackageName Value="LCL"/>
</Item6>
</RequiredPackages>
<Units Count="1">
<Unit0>
<Filename Value="quickhash.lpr"/>
</Unit0>
</Units>
</ProjectOptions>
<CompilerOptions>
<Target>
<Filename Value="quickhash"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<RelocatableUnit Value="True"/>
<Checks>
<IOChecks Value="False"/>
<RangeChecks Value="False"/>
<OverflowChecks Value="False"/>
<StackChecks Value="True"/>
</Checks>
<VerifyObjMethodCallValidity Value="False"/>
<Optimizations>
<OptimizationLevel Value="3"/>
</Optimizations>
</CodeGeneration>
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
<DebugInfoType Value="dsDwarf2Set"/>
<StripSymbols Value="True"/>
</Debugging>
<Options>
<PassLinkerOptions Value="True"/>
<LinkerOptions Value="-z relro --as-needed"/>
</Options>
</Linking>
<Other>
<CompilerMessages>
<IgnoredMessages idx5024="True"/><!-- "Param XX is unused" -->
</CompilerMessages>
<CustomOptions Value="-OoREGVAR
-OoPEEPHOLE"/>
</Other>
</CompilerOptions>
</CONFIG>