From ff3b0734ec4ca3b32128ebb11a1dfc886645cd9f Mon Sep 17 00:00:00 2001 From: reiniero Date: Wed, 10 Apr 2013 09:47:50 +0000 Subject: [PATCH] * fcl-base: simplify running gui testframework without compiling db ppus locally which messes up builds git-svn-id: trunk@24219 - --- packages/fcl-db/tests/dbtestframework_gui.lpi | 21 ++++++++++++++++++- packages/fcl-db/tests/dbtestframework_gui.lpr | 12 ++++++----- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/packages/fcl-db/tests/dbtestframework_gui.lpi b/packages/fcl-db/tests/dbtestframework_gui.lpi index 369ac67db1..190f2fe0fb 100644 --- a/packages/fcl-db/tests/dbtestframework_gui.lpi +++ b/packages/fcl-db/tests/dbtestframework_gui.lpi @@ -14,7 +14,7 @@ - + @@ -31,6 +31,25 @@ + + + + + + + + + + + + + + + + + + + diff --git a/packages/fcl-db/tests/dbtestframework_gui.lpr b/packages/fcl-db/tests/dbtestframework_gui.lpr index 6a05db454c..93cd00c9be 100644 --- a/packages/fcl-db/tests/dbtestframework_gui.lpr +++ b/packages/fcl-db/tests/dbtestframework_gui.lpr @@ -2,13 +2,15 @@ program dbtestframework_gui; {$mode objfpc}{$H+} -// Note that this Lazarus project by default re-compiles all DB-units! This eases -// developing, but asks some attention from the developer. -// If you want to use the default, installed db-units, simply clear the search path -// in the compiler-options. -// It could also be that after compiling this project, you have to manually clean +// Note that this Lazarus project by default re-compiles all DB units! This eases +// developing, but requires some attention from the developer. +// It could very well be that after compiling this project, you have to manually clean // the .ppu files before you can build fcl-db in the regular way. (Using fpmake) +// If you want to use the default installed db units, use the +// Default_no_local_ppus build mode which clears the search path in the compiler +// options. + uses Interfaces, Forms, // GUI: