-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbgragames.lpk
More file actions
109 lines (109 loc) · 3.04 KB
/
Copy pathbgragames.lpk
File metadata and controls
109 lines (109 loc) · 3.04 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
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
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="bgragames"/>
<Type Value="RunAndDesignTime"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="joystick"/>
<OtherUnitFiles Value="joystick;sound\src;."/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(FPCVer)"/>
</SearchPaths>
<CodeGeneration>
<Optimizations>
<OptimizationLevel Value="3"/>
</Optimizations>
</CodeGeneration>
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
</Debugging>
</Linking>
</CompilerOptions>
<License Value="modified LGPL v2"/>
<Version Major="1"/>
<Files Count="14">
<Item1>
<Filename Value="bgfilters.pas"/>
<UnitName Value="bgFilters"/>
</Item1>
<Item2>
<Filename Value="bgpanel.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="bgPanel"/>
</Item2>
<Item3>
<Filename Value="bgtilemap.pas"/>
<UnitName Value="bgTileMap"/>
</Item3>
<Item4>
<Filename Value="bgtilemapgl.pas"/>
<UnitName Value="bgTileMapGL"/>
</Item4>
<Item5>
<Filename Value="bgtools.pas"/>
<UnitName Value="bgTools"/>
</Item5>
<Item6>
<Filename Value="joystick\sdpojoystick.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="SdpoJoystick"/>
</Item6>
<Item7>
<Filename Value="joystick\sdpojoysticklinuxtype.inc"/>
<Type Value="Include"/>
</Item7>
<Item8>
<Filename Value="joystick\sdpojoystickwindows.inc"/>
<Type Value="Include"/>
</Item8>
<Item9>
<Filename Value="sound\src\uos.pas"/>
<UnitName Value="uos"/>
</Item9>
<Item10>
<Filename Value="sound\src\uos_flat.pas"/>
<UnitName Value="uos_flat"/>
</Item10>
<Item11>
<Filename Value="sound\src\uos_libsndfile.pas"/>
<UnitName Value="uos_libsndfile"/>
</Item11>
<Item12>
<Filename Value="sound\src\uos_mpg123.pas"/>
<UnitName Value="uos_mpg123"/>
</Item12>
<Item13>
<Filename Value="sound\src\uos_portaudio.pas"/>
<UnitName Value="uos_portaudio"/>
</Item13>
<Item14>
<Filename Value="sound\src\uos_soundtouch.pas"/>
<UnitName Value="uos_soundtouch"/>
</Item14>
</Files>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="BGLControls"/>
</Item1>
<Item2>
<PackageName Value="BGRABitmapPack"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<CustomOptions Items="ExternHelp" Version="2">
<_ExternHelp Items="Count"/>
</CustomOptions>
</Package>
</CONFIG>