diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-06 10:18:20 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-06 10:18:20 +0200 |
commit | 86ac08cff5341b4a6f5749e09a55af71aa522d16 (patch) | |
tree | 8591b7a7fa38fab3063857d48ad220cbe73f8f2c /src/corelib/x11 | |
parent | e26d394fad6479a6729d3bc40526497fd894c7d6 (diff) | |
download | fpGUI-86ac08cff5341b4a6f5749e09a55af71aa522d16.tar.xz |
version info file moved to src directory.
The VERSION_FILE.inc moved from the root fpGUI directory to the src directory.
Diffstat (limited to 'src/corelib/x11')
-rw-r--r-- | src/corelib/x11/fpgui_toolkit.lpk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/x11/fpgui_toolkit.lpk b/src/corelib/x11/fpgui_toolkit.lpk index 72a64ecf..4670bf77 100644 --- a/src/corelib/x11/fpgui_toolkit.lpk +++ b/src/corelib/x11/fpgui_toolkit.lpk @@ -7,7 +7,7 @@ <CompilerOptions> <Version Value="8"/> <SearchPaths> - <IncludeFiles Value="../../../"/> + <IncludeFiles Value="../../"/> <OtherUnitFiles Value="../;../../gui/;../../gui/db/"/> <UnitOutputDirectory Value="../../../lib/$(TargetCPU)-$(TargetOS)"/> </SearchPaths> |