Skip to content

Commit 130eba1

Browse files
committed
update
1 parent 0b4a4d9 commit 130eba1

6 files changed

Lines changed: 4231 additions & 0 deletions

File tree

bitmapfonteditor.lpi

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CONFIG>
3+
<ProjectOptions>
4+
<Version Value="12"/>
5+
<General>
6+
<SessionStorage Value="InProjectDir"/>
7+
<Title Value="bitmapfonteditor"/>
8+
<Scaled Value="True"/>
9+
<ResourceType Value="res"/>
10+
<UseXPManifest Value="True"/>
11+
<XPManifest>
12+
<DpiAware Value="True"/>
13+
</XPManifest>
14+
</General>
15+
<BuildModes>
16+
<Item Name="Default" Default="True"/>
17+
<Item Name="Debug">
18+
<CompilerOptions>
19+
<Version Value="11"/>
20+
<Target>
21+
<Filename Value="bitmapfonteditor"/>
22+
</Target>
23+
<SearchPaths>
24+
<IncludeFiles Value="$(ProjOutDir)"/>
25+
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
26+
</SearchPaths>
27+
<Parsing>
28+
<SyntaxOptions>
29+
<IncludeAssertionCode Value="True"/>
30+
</SyntaxOptions>
31+
</Parsing>
32+
<CodeGeneration>
33+
<Checks>
34+
<IOChecks Value="True"/>
35+
<RangeChecks Value="True"/>
36+
<OverflowChecks Value="True"/>
37+
<StackChecks Value="True"/>
38+
</Checks>
39+
<VerifyObjMethodCallValidity Value="True"/>
40+
<TargetOS Value="win64"/>
41+
</CodeGeneration>
42+
<Linking>
43+
<Debugging>
44+
<DebugInfoType Value="dsDwarf3"/>
45+
<UseHeaptrc Value="True"/>
46+
<TrashVariables Value="True"/>
47+
<UseExternalDbgSyms Value="True"/>
48+
</Debugging>
49+
<Options>
50+
<Win32>
51+
<GraphicApplication Value="True"/>
52+
</Win32>
53+
</Options>
54+
</Linking>
55+
</CompilerOptions>
56+
</Item>
57+
<Item Name="Release Win 64">
58+
<CompilerOptions>
59+
<Version Value="11"/>
60+
<Target>
61+
<Filename Value="bitmapfonteditor"/>
62+
</Target>
63+
<SearchPaths>
64+
<IncludeFiles Value="$(ProjOutDir)"/>
65+
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
66+
</SearchPaths>
67+
<CodeGeneration>
68+
<SmartLinkUnit Value="True"/>
69+
<TargetOS Value="win64"/>
70+
<Optimizations>
71+
<OptimizationLevel Value="3"/>
72+
</Optimizations>
73+
</CodeGeneration>
74+
<Linking>
75+
<Debugging>
76+
<GenerateDebugInfo Value="False"/>
77+
<RunWithoutDebug Value="True"/>
78+
</Debugging>
79+
<LinkSmart Value="True"/>
80+
<Options>
81+
<Win32>
82+
<GraphicApplication Value="True"/>
83+
</Win32>
84+
</Options>
85+
</Linking>
86+
</CompilerOptions>
87+
</Item>
88+
<Item Name="Release Win 32">
89+
<CompilerOptions>
90+
<Version Value="11"/>
91+
<Target>
92+
<Filename Value="bitmapfonteditor"/>
93+
</Target>
94+
<SearchPaths>
95+
<IncludeFiles Value="$(ProjOutDir)"/>
96+
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
97+
</SearchPaths>
98+
<CodeGeneration>
99+
<SmartLinkUnit Value="True"/>
100+
<TargetCPU Value="i386"/>
101+
<TargetOS Value="win32"/>
102+
<Optimizations>
103+
<OptimizationLevel Value="3"/>
104+
</Optimizations>
105+
</CodeGeneration>
106+
<Linking>
107+
<Debugging>
108+
<GenerateDebugInfo Value="False"/>
109+
<RunWithoutDebug Value="True"/>
110+
</Debugging>
111+
<LinkSmart Value="True"/>
112+
<Options>
113+
<Win32>
114+
<GraphicApplication Value="True"/>
115+
</Win32>
116+
</Options>
117+
</Linking>
118+
</CompilerOptions>
119+
</Item>
120+
</BuildModes>
121+
<PublishOptions>
122+
<Version Value="2"/>
123+
<UseFileFilters Value="True"/>
124+
</PublishOptions>
125+
<RunParams>
126+
<FormatVersion Value="2"/>
127+
</RunParams>
128+
<RequiredPackages>
129+
<Item>
130+
<PackageName Value="LCL"/>
131+
</Item>
132+
</RequiredPackages>
133+
<Units>
134+
<Unit>
135+
<Filename Value="bitmapfonteditor.lpr"/>
136+
<IsPartOfProject Value="True"/>
137+
</Unit>
138+
<Unit>
139+
<Filename Value="mainform.pas"/>
140+
<IsPartOfProject Value="True"/>
141+
<ComponentName Value="frmMain"/>
142+
<HasResources Value="True"/>
143+
<ResourceBaseClass Value="Form"/>
144+
<UnitName Value="MainForm"/>
145+
</Unit>
146+
<Unit>
147+
<Filename Value="foncreator.pas"/>
148+
<IsPartOfProject Value="True"/>
149+
</Unit>
150+
<Unit>
151+
<Filename Value="winfont.pas"/>
152+
<IsPartOfProject Value="True"/>
153+
</Unit>
154+
</Units>
155+
</ProjectOptions>
156+
<CompilerOptions>
157+
<Version Value="11"/>
158+
<Target>
159+
<Filename Value="bitmapfonteditor"/>
160+
</Target>
161+
<SearchPaths>
162+
<IncludeFiles Value="$(ProjOutDir)"/>
163+
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
164+
</SearchPaths>
165+
<Linking>
166+
<Debugging>
167+
<DebugInfoType Value="dsDwarf2Set"/>
168+
</Debugging>
169+
<Options>
170+
<Win32>
171+
<GraphicApplication Value="True"/>
172+
</Win32>
173+
</Options>
174+
</Linking>
175+
</CompilerOptions>
176+
</CONFIG>

bitmapfonteditor.lpr

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
program bitmapfonteditor;
2+
3+
{$mode objfpc}{$H+}
4+
5+
uses
6+
{$IFDEF UNIX}
7+
cthreads,
8+
{$ENDIF}
9+
{$IFDEF HASAMIGA}
10+
athreads,
11+
{$ENDIF}
12+
Interfaces,
13+
Forms,
14+
MainForm,
15+
FONCreator,
16+
WinFont;
17+
18+
{$R *.res}
19+
20+
begin
21+
RequireDerivedFormResource := True;
22+
Application.Scaled:=True;
23+
Application.Initialize;
24+
Application.CreateForm(TfrmMain, frmMain);
25+
Application.Run;
26+
end.

0 commit comments

Comments
 (0)