diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-08 16:55:46 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-08 16:55:46 +0200 |
commit | 748a3f6b0e4d1b65874284cdb363e57e28e7ddc6 (patch) | |
tree | a27bf238797a5ec6d4b18a5b6589d031f96e7428 /src/corelib/x11 | |
parent | 28d2cb49da04be894108eec9ff96db6082365471 (diff) | |
download | fpGUI-748a3f6b0e4d1b65874284cdb363e57e28e7ddc6.tar.xz |
Updated the various programs and fpGUI library to use the new generate version file.
The VERSION-GEN script generates a VERSION-FILE file which contans the
version number of fpGUI. This is now used in DocView, UI Designer and
other example applications too.
Diffstat (limited to 'src/corelib/x11')
-rw-r--r-- | src/corelib/x11/fpgui_toolkit.lpk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/x11/fpgui_toolkit.lpk b/src/corelib/x11/fpgui_toolkit.lpk index d47e94e8..d6cc9ecf 100644 --- a/src/corelib/x11/fpgui_toolkit.lpk +++ b/src/corelib/x11/fpgui_toolkit.lpk @@ -7,6 +7,7 @@ <CompilerOptions> <Version Value="8"/> <SearchPaths> + <IncludeFiles Value="../../../"/> <OtherUnitFiles Value="../;../../gui/;../../gui/db/"/> <UnitOutputDirectory Value="../../../lib/$(TargetCPU)-$(TargetOS)"/> </SearchPaths> |