examples: easter: enabled win32 gui app

git-svn-id: trunk@64600 -
This commit is contained in:
mattias 2021-02-17 13:23:20 +00:00
parent f5caaeec5c
commit 6eb0f734c5
2 changed files with 11 additions and 5 deletions

View File

@ -60,8 +60,7 @@ unit registersqldb;
{$IF FPC_FULLVERSION >= 20701}
{$DEFINE HASMYSQL57CONNECTION}
{$ENDIF}
{$IF FPC_FULLVERSION >= 30302}
// ToDo: set to 30301 when https://bugs.freepascal.org/view.php?id=38501 is applied
{$IF FPC_FULLVERSION >= 30301}
{$DEFINE HASMYSQL80CONNECTION}
{$ENDIF}

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="12"/>
<Version Value="11"/>
<General>
<Flags>
<SaveClosedFiles Value="False"/>
<SaveOnlyProjectUnits Value="True"/>
<LRSInOutputDirectory Value="False"/>
<CompatibilityMode Value="True"/>
</Flags>
<MainUnit Value="0"/>
<Title Value="holyday"/>
</General>
<BuildModes Count="1">
@ -48,7 +48,7 @@
<UnitName Value="Main"/>
<IsVisibleTab Value="True"/>
<TopLine Value="93"/>
<CursorPos X="40" Y="120"/>
<CursorPos X="34" Y="117"/>
<UsageCount Value="23"/>
<Loaded Value="True"/>
</Unit1>
@ -67,5 +67,12 @@
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<Linking>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
</CompilerOptions>
</CONFIG>