summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-06 07:46:48 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-06 07:46:48 +0000
commitbcb7e78e59a3ca139256d47ba00c7badf97dd696 (patch)
tree1f881bd67d9a2c15818661c51f696473e333defa /src/gui
parent52a134ce72ead30e85f59fd13c2ec6acab861c73 (diff)
downloadfpGUI-bcb7e78e59a3ca139256d47ba00c7badf97dd696.tar.xz
* fpgfx and fpgui packages now have the -B compiler parameter to always compile all units. Before it Lazarus didn't detect changes in include files.
* X11: minor optimization of the KeyPress/KeyRelease event handling. This needs to improve even more.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/fpgui_package.lpk9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gui/fpgui_package.lpk b/src/gui/fpgui_package.lpk
index 06e68ea5..d61f9d2b 100644
--- a/src/gui/fpgui_package.lpk
+++ b/src/gui/fpgui_package.lpk
@@ -23,6 +23,7 @@
</Debugging>
</Linking>
<Other>
+ <CustomOptions Value="-B"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
@@ -152,12 +153,12 @@
<LazDoc Paths="../../docs/xml/gui/"/>
<RequiredPkgs Count="2">
<Item1>
- <PackageName Value="fpgfx_package"/>
- <MinVersion Minor="6" Release="1" Valid="True"/>
- </Item1>
- <Item2>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
+ </Item1>
+ <Item2>
+ <PackageName Value="fpgfx_package"/>
+ <MinVersion Minor="6" Release="1" Valid="True"/>
</Item2>
</RequiredPkgs>
<UsageOptions>