summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-01-14 18:08:11 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-01-14 18:08:11 +0000
commite87fb75ceacdd647ad507ff2704f839838f93d87 (patch)
tree74fb1393488c14a3eeaf388fe2e6204dce747e79 /src/corelib
parentecfb462fd56c4508b1e66a4c7fde09097e80f8d8 (diff)
downloadfpGUI-e87fb75ceacdd647ad507ff2704f839838f93d87.tar.xz
* Removed a debug writeln statement from gui_edit unit.
* Added the extra interpolation unit to fpgfx.pas so it can be auto compiled from the scripts in the src directory. * Added the missing extrafpc.cfg files from some example projects. * Renamed some of the examples main units to have the lpr extension. Consistancy with the other projects. * FreeBSD is now an official supported platform. I've compiled and ran all example and prototype projects. Everything works perfectly.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpgfx.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas
index 4cfdf4cb..6d770c69 100644
--- a/src/corelib/fpgfx.pas
+++ b/src/corelib/fpgfx.pas
@@ -297,7 +297,8 @@ implementation
uses
gfx_imgfmt_bmp,
- gfx_stdimages;
+ gfx_stdimages,
+ gfx_extinterpolation; // only so that it get auto compiled
var
fpgTimers: TList;