summaryrefslogtreecommitdiff
path: root/src/extrafpc.cfg
AgeCommit message (Collapse)Author
2010-04-08Fixed compiler settings to use correct Include path.Graeme Geldenhuys
2010-03-09Add missing include path for new version fileGraeme Geldenhuys
2010-02-11Cross-build script for personal useGraeme 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-14Fixed 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.5graemeg
2007-08-26* Renamed the fpc.cfg to extrafpc.cfg so it doesn't conflict withgraemeg
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.