Age | Commit message (Collapse) | Author |
|
It causes extensive debug info and checks not required for normal usage.
|
|
The reason this was done, is because the RELEASE mode allows FPC to strip
out code that isn't used by the framework. This causes a problem for other
projects, because other projects might still need that stripped out code
(eg: Docview). It run it often causes a "identifier not found" error.
Switching back to DEBUG build means those projects compile without problem.
|
|
|
|
|
|
|
|
* Updated the build scripts to compile the new package unit.
|
|
support and improves the file dialog.
|
|
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.
|
|
* Added some basic scripts and instructions on how to compile fpGUI
from the Command Line and Lazarus IDE.
|