diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-10-01 10:37:41 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-10-01 10:37:41 +0000 |
commit | 9bc7fd4fff51fa7f25414cdebe01e8dff75b9617 (patch) | |
tree | 1efa96bb87b80b6e4d33e257166e98465451e205 /extras | |
parent | 16aceb686a2cf0d4216f4243f322bb24993482ad (diff) | |
download | fpGUI-9bc7fd4fff51fa7f25414cdebe01e8dff75b9617.tar.xz |
* Updated the fpGUI lazarus packages to use a platform specific output library path. This allows you to cross compile without having to delete the old compiled units.
Diffstat (limited to 'extras')
-rw-r--r-- | extras/tiopf/tiOPFfpGUI.lpk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/tiopf/tiOPFfpGUI.lpk b/extras/tiopf/tiOPFfpGUI.lpk index f1e6a7c2..074f3a39 100644 --- a/extras/tiopf/tiOPFfpGUI.lpk +++ b/extras/tiopf/tiOPFfpGUI.lpk @@ -8,7 +8,7 @@ <Version Value="8"/> <SearchPaths> <OtherUnitFiles Value="gui/"/> - <UnitOutputDirectory Value="../../lib"/> + <UnitOutputDirectory Value="../../lib/$(TargetCPU)-$(TargetOS)"/> </SearchPaths> <Parsing> <SyntaxOptions> @@ -38,7 +38,7 @@ "/> <License Value="Mozilla Public License v1.1 "/> - <Version Major="2" Release="4"/> + <Version Major="2" Release="5"/> <Files Count="8"> <Item1> <Filename Value="gui/tiGUIUtils.pas"/> |