diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-10 11:06:15 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-10 11:06:15 +0200 |
commit | f96c9ed67347181166e21d99a632c864a06b35d9 (patch) | |
tree | 32765cc876d50088511147a992264b0194e5d3e9 /VERSION-GEN | |
parent | 9c245e3cb7abe5ef47d936a5a6725215b3136f88 (diff) | |
download | fpGUI-f96c9ed67347181166e21d99a632c864a06b35d9.tar.xz |
FPC compiler struggles with include files that don't have extensions.
This issue is further complicated by Lazarus IDE. So to reduce issues,
we appended the file with a .inc extension.
Diffstat (limited to 'VERSION-GEN')
-rwxr-xr-x | VERSION-GEN | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION-GEN b/VERSION-GEN index c6be9e41..278e155a 100755 --- a/VERSION-GEN +++ b/VERSION-GEN @@ -2,9 +2,9 @@ if test -f AUTHORS.txt then - VF=VERSION-FILE + VF=VERSION_FILE.inc else - VF=../../../VERSION-FILE + VF=../../../VERSION_FILE.inc fi DEF_VER=v0.6 |