diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-03-25 09:54:25 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-03-25 09:54:25 +0000 |
commit | e71210c9b10ce0741b7a87f87aa0a54f4f93640a (patch) | |
tree | b82246b9355130fc12b384b1cd9ecf7f298de348 /examples/gui/filegrid | |
parent | 6d7be43cb7f06433dec345270880e440ab7829f6 (diff) | |
download | fpGUI-e71210c9b10ce0741b7a87f87aa0a54f4f93640a.tar.xz |
* fpGUI should now compile under FPC 2.3.1 but it's untested.
Diffstat (limited to 'examples/gui/filegrid')
-rw-r--r-- | examples/gui/filegrid/filegrid.lpi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/gui/filegrid/filegrid.lpi b/examples/gui/filegrid/filegrid.lpi index e3cf7a0a..16e88b3c 100644 --- a/examples/gui/filegrid/filegrid.lpi +++ b/examples/gui/filegrid/filegrid.lpi @@ -46,7 +46,8 @@ <Generate Value="Faster"/> </CodeGeneration> <Other> - <CustomOptions Value="-FUunits"/> + <CustomOptions Value="-FUunits +"/> <CompilerPath Value="$(CompPath)"/> </Other> </CompilerOptions> |