Skip to content

Commit

Permalink
fast fix TurboGen
Browse files Browse the repository at this point in the history
  • Loading branch information
turborium committed Jan 3, 2023
1 parent c0ea78b commit cc02d20
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 2 deletions.
2 changes: 1 addition & 1 deletion turbogen/src/mainunit.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object FormMain: TFormMain
Height = 585
Top = 632
Width = 834
Caption = 'FormMain'
Caption = 'TurboGen'
ClientHeight = 585
ClientWidth = 834
Constraints.MinWidth = 640
Expand Down
Binary file added turbogen/src/turbogen.ico
Binary file not shown.
39 changes: 38 additions & 1 deletion turbogen/src/turbogen.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PathDelim Value="\"/>
<General>
<SessionStorage Value="InProjectDir"/>
<Title Value="turbogen"/>
<Title Value="TurboGen"/>
<Scaled Value="True"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
Expand Down Expand Up @@ -46,6 +46,7 @@
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf3"/>
<UseHeaptrc Value="True"/>
<TrashVariables Value="True"/>
<UseExternalDbgSyms Value="True"/>
</Debugging>
Expand All @@ -62,6 +63,42 @@
</Other>
</CompilerOptions>
</Item>
<Item Name="Release">
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="./../turbogen"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<CodeGeneration>
<SmartLinkUnit Value="True"/>
<Optimizations>
<OptimizationLevel Value="3"/>
</Optimizations>
</CodeGeneration>
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
<DebugInfoType Value="dsDwarf2Set"/>
</Debugging>
<LinkSmart Value="True"/>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
<Other>
<CompilerMessages>
<IgnoredMessages idx6058="True" idx4105="True" idx4104="True"/>
</CompilerMessages>
</Other>
</CompilerOptions>
</Item>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
Expand Down
1 change: 1 addition & 0 deletions turbogen/src/turbogen.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

begin
RequireDerivedFormResource:=True;
Application.Title:='TurboGen';
Application.Scaled:=True;
Application.Initialize;
Application.CreateForm(TFormMain, FormMain);
Expand Down
Binary file modified turbogen/turbogen.exe
Binary file not shown.

0 comments on commit cc02d20

Please sign in to comment.