-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfpdev.lpi
More file actions
50 lines (49 loc) · 1.21 KB
/
fpdev.lpi
File metadata and controls
50 lines (49 loc) · 1.21 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
<PathDelim Value="\"/>
<General>
<SessionStorage Value="InProjectDir"/>
<MainUnitHasUsesSection Value="True"/>
<MainUnit Value="0"/>
<Title Value="fpdev"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
</General>
<BuildModes Count="1">
<Item1 Name="Default" Default="True"/>
</BuildModes>
<Units Count="1">
<Unit0>
<Filename Value="src\fpdev.lpr"/>
<IsPartOfProject Value="True"/>
</Unit0>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="bin\fpdev"/>
</Target>
<SearchPaths>
<OtherUnitFiles Value="src"/>
<IncludeFiles Value="src"/>
<UnitOutputDirectory Value="lib"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<SyntaxMode Value="ObjFPC"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
<SmartLinkUnit Value="False"/>
</CodeGeneration>
<Linking>
<Debugging>
<UseLineInfoUnit Value="True"/>
</Debugging>
</Linking>
</CompilerOptions>
</CONFIG>