diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-01-14 18:08:11 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-01-14 18:08:11 +0000 |
commit | e87fb75ceacdd647ad507ff2704f839838f93d87 (patch) | |
tree | 74fb1393488c14a3eeaf388fe2e6204dce747e79 /examples/gui/wulinetest | |
parent | ecfb462fd56c4508b1e66a4c7fde09097e80f8d8 (diff) | |
download | fpGUI-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 'examples/gui/wulinetest')
-rw-r--r-- | examples/gui/wulinetest/extrafpc.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/gui/wulinetest/extrafpc.cfg b/examples/gui/wulinetest/extrafpc.cfg new file mode 100644 index 00000000..073dc4b6 --- /dev/null +++ b/examples/gui/wulinetest/extrafpc.cfg @@ -0,0 +1,5 @@ +-FUunits +-Fu../../../lib +-Xs +-XX +-CX |