Skip to content

Commit

Permalink
chore: Removing temp Build Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Feb 25, 2021
1 parent f047893 commit 34a9620
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 37 deletions.
3 changes: 1 addition & 2 deletions src/forms/ljv.forms.main.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ object frmMain: TfrmMain
OnDestroy = FormDestroy
OnDropFiles = FormDropFiles
SessionProperties = 'Top;Left;Height;Width;WindowState'
LCLVersion = '2.1.0.0'
object psMain: TPairSplitter
Cursor = crDefault
Left = 224
Expand Down Expand Up @@ -39,7 +38,7 @@ object frmMain: TfrmMain
Header.Columns = <
item
Position = 0
Width = 400
Width = 398
end>
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs]
TabOrder = 0
Expand Down
1 change: 1 addition & 0 deletions src/i18n/lazJSONViewer.pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@ msgstr "lblType"
#: tfrmmain.lblvalue.caption
msgid "lblValue"
msgstr "lblValue"

1 change: 1 addition & 0 deletions src/i18n/lazJSONViewer.pt_PT.po
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,4 @@ msgstr "lblType"
#: tfrmmain.lblvalue.caption
msgid "lblValue"
msgstr "lblValue"

38 changes: 3 additions & 35 deletions src/lazJSONViewer.lpi
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
<Version Value="11"/>
<General>
<Flags>
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="lazJSONViewer"/>
<Scaled Value="True"/>
<ResourceType Value="res"/>
Expand All @@ -27,7 +25,7 @@
<BuildNr Value="33"/>
<Language Value="0809"/>
</VersionInfo>
<BuildModes Count="4">
<BuildModes Count="3">
<Item1 Name="Default" Default="True"/>
<Item2 Name="Debug">
<CompilerOptions>
Expand Down Expand Up @@ -98,36 +96,6 @@
</Linking>
</CompilerOptions>
</Item3>
<Item4 Name="Release-linux-i386">
<CompilerOptions>
<Version Value="11"/>
<Target>
<Filename Value="../bin/$(TargetCPU)/$(TargetOS)/lazJSONViewer"/>
</Target>
<SearchPaths>
<Libraries Value="/usr/lib/gcc/i686-linux-gnu/9/"/>
<OtherUnitFiles Value="forms;tree;json;application"/>
<UnitOutputDirectory Value="../bin/lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<SmartLinkUnit Value="True"/>
<Optimizations>
<OptimizationLevel Value="3"/>
</Optimizations>
</CodeGeneration>
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
</Debugging>
<LinkSmart Value="True"/>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
</CompilerOptions>
</Item4>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
Expand Down

0 comments on commit 34a9620

Please sign in to comment.