summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-13 08:29:02 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-03-13 08:29:02 +0000
commit17a46d8ff6cff4017bf830748fd8e1f65cebb47a (patch)
tree1c361ee52ed8848c596491f78ba58423d68ad952 /src
parent0a4d36c3d7fde6e97b99de61ae6c38625d40129c (diff)
downloadfpGUI-17a46d8ff6cff4017bf830748fd8e1f65cebb47a.tar.xz
* Fixed the extrafpc.cfg file due to latest restructure of gfx_utils.pas unit.
Diffstat (limited to 'src')
-rw-r--r--src/extrafpc.cfg2
-rw-r--r--src/gui/fpgui_package.lpk11
2 files changed, 8 insertions, 5 deletions
diff --git a/src/extrafpc.cfg b/src/extrafpc.cfg
index ab6aab5f..be5aab30 100644
--- a/src/extrafpc.cfg
+++ b/src/extrafpc.cfg
@@ -52,6 +52,8 @@
# Slashes are also allowed under dos
# searchpath for includefiles
-Ficorelib
+-Ficorelib/x11
+-Ficorelib/gdi
# searchpath for units and other system dependent things
diff --git a/src/gui/fpgui_package.lpk b/src/gui/fpgui_package.lpk
index 59895323..0fc84c46 100644
--- a/src/gui/fpgui_package.lpk
+++ b/src/gui/fpgui_package.lpk
@@ -23,7 +23,8 @@
</Debugging>
</Linking>
<Other>
- <CustomOptions Value="-B"/>
+ <CustomOptions Value="-B
+"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
@@ -161,12 +162,12 @@
<LazDoc Paths="../../docs/xml/gui/"/>
<RequiredPkgs Count="2">
<Item1>
- <PackageName Value="FCL"/>
- <MinVersion Major="1" Valid="True"/>
- </Item1>
- <Item2>
<PackageName Value="fpgfx_package"/>
<MinVersion Minor="6" Release="1" Valid="True"/>
+ </Item1>
+ <Item2>
+ <PackageName Value="FCL"/>
+ <MinVersion Major="1" Valid="True"/>
</Item2>
</RequiredPkgs>
<UsageOptions>