Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit e3149bf

Browse files
committed
To be released as 0.1.12
1 parent da0b628 commit e3149bf

File tree

1 file changed

+53
-3
lines changed

1 file changed

+53
-3
lines changed

vcmieditor.lpi

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<UseVersionInfo Value="True"/>
2929
<AutoIncrementBuild Value="True"/>
3030
<MinorVersionNr Value="1"/>
31-
<RevisionNr Value="11"/>
32-
<BuildNr Value="139"/>
31+
<RevisionNr Value="12"/>
32+
<BuildNr Value="143"/>
3333
<Attributes pvaPreRelease="True"/>
3434
<StringTable OriginalFilename="vcmieditor.exe" ProductName="VCMI" ProductVersion="0.99"/>
3535
</VersionInfo>
36-
<BuildModes Count="6">
36+
<BuildModes Count="7">
3737
<Item1 Name="Debug" Default="True"/>
3838
<Item2 Name="Release">
3939
<CompilerOptions>
@@ -234,6 +234,56 @@
234234
</Linking>
235235
</CompilerOptions>
236236
</Item6>
237+
<Item7 Name="ReleaseWin32">
238+
<CompilerOptions>
239+
<Version Value="11"/>
240+
<PathDelim Value="\"/>
241+
<Target>
242+
<Filename Value="bin32\vcmieditor"/>
243+
</Target>
244+
<SearchPaths>
245+
<IncludeFiles Value="$(ProjOutDir)"/>
246+
<OtherUnitFiles Value="forms;3rd_party;forms\subframes"/>
247+
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)-$(LCLWidgetType)-$(BuildMode)"/>
248+
</SearchPaths>
249+
<Parsing>
250+
<SyntaxOptions>
251+
<IncludeAssertionCode Value="True"/>
252+
</SyntaxOptions>
253+
</Parsing>
254+
<CodeGeneration>
255+
<SmartLinkUnit Value="True"/>
256+
<Checks>
257+
<IOChecks Value="True"/>
258+
</Checks>
259+
<TargetCPU Value="i386"/>
260+
<TargetOS Value="win32"/>
261+
<Optimizations>
262+
<OptimizationLevel Value="3"/>
263+
</Optimizations>
264+
</CodeGeneration>
265+
<Linking>
266+
<Debugging>
267+
<GenerateDebugInfo Value="False"/>
268+
</Debugging>
269+
<LinkSmart Value="True"/>
270+
<Options>
271+
<Win32>
272+
<GraphicApplication Value="True"/>
273+
</Win32>
274+
</Options>
275+
</Linking>
276+
<Other>
277+
<Verbosity>
278+
<ShowHints Value="False"/>
279+
<ShoLineNum Value="True"/>
280+
</Verbosity>
281+
<ConfigFile>
282+
<StopAfterErrCount Value="10"/>
283+
</ConfigFile>
284+
</Other>
285+
</CompilerOptions>
286+
</Item7>
237287
<SharedMatrixOptions Count="3">
238288
<Item1 ID="127405509966" Targets="#project" Modes="DebugWin64,Debug" Value="-dDEBUG"/>
239289
<Item2 ID="440454387983" Targets="#project" Modes="Release,ReleaseWin64" Value="-dRELEASE"/>

0 commit comments

Comments
 (0)