Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-20 | Extra compiler setting for Release and Debug builds | Graeme Geldenhuys | |
2013-01-04 | Enabled fpGUI+AggPas compiling via scripts or fpmake | Graeme Geldenhuys | |
2012-09-16 | adds the missing 'reportengine' search path to extrafpc.cfg | Graeme Geldenhuys | |
Recently we merged the PDF reporting engine code into the main source tree, but I forgot to update this compiler setting file. | |||
2010-04-08 | Fixed compiler settings to use correct Include path. | Graeme Geldenhuys | |
2010-03-09 | Add missing include path for new version file | Graeme Geldenhuys | |
2010-02-11 | Cross-build script for personal use | Graeme Geldenhuys | |
* Created a Linux 64bit to 32bit cross-compile script for quick testing. This is only meant for me really. * Enabled C-style syntax. eg: += -= etc.. This reduces typing and is easy to read. | |||
2008-10-01 | * Updated all demos to use the new unit names. | graemeg | |
* Updated all packages like ide addons, fpcunit etc to use the new unit names. | |||
2008-03-14 | * Applied various patch from Vladimir which implements locale file encoding ↵ | graemeg | |
support and improves the file dialog. | |||
2008-03-14 | Fixed the extrafpc.cfg file. I had a temporary brain fart. | graemeg | |
2008-03-13 | * Fixed the extrafpc.cfg file due to latest restructure of gfx_utils.pas unit. | graemeg | |
2007-11-11 | * adding 'db' path to build fpGUI from command line. | graemeg | |
2007-08-28 | * A minor fix to compile fpGUI from the command line with FPC 2.0.4 and 2.0.5 | graemeg | |
2007-08-26 | * Renamed the fpc.cfg to extrafpc.cfg so it doesn't conflict with | graemeg | |
the Lazarus IDE. * Added extrafpc.cfg files in each of the examples directories. * Added a examples/readme.txt file explaining how to compile the examples from the command line. |