mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 05:20:31 +02:00
sqldb laz package is not available on win64
git-svn-id: trunk@10126 -
This commit is contained in:
parent
46c7971051
commit
c9e79ed4b5
@ -62,8 +62,11 @@ uses
|
||||
{$IFDEF BigIDE}
|
||||
RunTimeTypeInfoControls, Printer4Lazarus, CGILaz, CGILazIDE, MemDSLaz, SDFLaz,
|
||||
TurboPowerIPro, JPEGForLazarus, FPCUnitTestRunner, FPCUnitIDE, ProjTemplates,
|
||||
{$IFdef MSWindows}
|
||||
SQLDBLaz, DBFLaz,
|
||||
{$IFDEF windows}
|
||||
DBFLaz,
|
||||
{$IFDEF win32}
|
||||
SQLDBLaz,
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
{$IFDEF Linux}
|
||||
SQLDBLaz, DBFLaz,
|
||||
|
Loading…
Reference in New Issue
Block a user