diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-08-30 12:51:48 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-08-30 12:51:48 +0000 |
commit | 37a180859483a5a6bdd49c55c4a2eeaaa2c36e3c (patch) | |
tree | 21354757fbf6abcccb9c963327a9f3b866e22686 /src/corelib | |
parent | 0f38d3a24d0a60e642377a120b0933ac3d0aedb9 (diff) | |
download | fpGUI-37a180859483a5a6bdd49c55c4a2eeaaa2c36e3c.tar.xz |
* Changed the unit output path of the CoreLib and GUI (Lazarus) packages to the lib directory in the root of fpGUI. They are now the same as when you compile from the comand line.
* Implemented the TfpgMenuBar keyboard shortcut feature. For example you can now press Alt+F to open the File menu.
* Modified the menutest example to show the above change.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/gdi/fpgfx_package.lpk | 2 | ||||
-rw-r--r-- | src/corelib/x11/fpgfx_package.lpk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/gdi/fpgfx_package.lpk b/src/corelib/gdi/fpgfx_package.lpk index 66963c07..8b6d510d 100644 --- a/src/corelib/gdi/fpgfx_package.lpk +++ b/src/corelib/gdi/fpgfx_package.lpk @@ -10,7 +10,7 @@ <SearchPaths>
<IncludeFiles Value="..\"/>
<OtherUnitFiles Value="..\;..\..\gui\"/>
- <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
+ <UnitOutputDirectory Value="..\..\..\lib\"/>
</SearchPaths>
<CodeGeneration>
<Optimizations>
diff --git a/src/corelib/x11/fpgfx_package.lpk b/src/corelib/x11/fpgfx_package.lpk index 222667ee..887a3443 100644 --- a/src/corelib/x11/fpgfx_package.lpk +++ b/src/corelib/x11/fpgfx_package.lpk @@ -8,7 +8,7 @@ <SearchPaths> <IncludeFiles Value="../"/> <OtherUnitFiles Value="../;../../gui/"/> - <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> + <UnitOutputDirectory Value="../../../lib/"/> </SearchPaths> <CodeGeneration> <Optimizations> |