mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
examples: easter: enabled win32 gui app
git-svn-id: trunk@64600 -
This commit is contained in:
parent
f5caaeec5c
commit
6eb0f734c5
@ -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}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user