summaryrefslogtreecommitdiff
path: root/src/build.sh
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-26 17:40:05 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-26 17:40:05 +0000
commit4fd4e5cc02054005ce8a9aae976350aefc54a94e (patch)
treed18d17f29e4d63c568240fc83a32528dd781abef /src/build.sh
parent8e4a9e6d1e76fe16e965a04a377aff65e82362d0 (diff)
downloadfpGUI-4fd4e5cc02054005ce8a9aae976350aefc54a94e.tar.xz
* Renamed the fpc.cfg to extrafpc.cfg so it doesn't conflict with
the Lazarus IDE. * Added extrafpc.cfg files in each of the examples directories. * Added a examples/readme.txt file explaining how to compile the examples from the command line.
Diffstat (limited to 'src/build.sh')
-rwxr-xr-xsrc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.sh b/src/build.sh
index 68b7348a..b0aeae39 100755
--- a/src/build.sh
+++ b/src/build.sh
@@ -1,2 +1,2 @@
-fpc @~/.fpc.cfg gui/fpgui_package.pas -dRELEASE -dX11
+fpc @extrafpc.cfg gui/fpgui_package.pas -dRELEASE -dX11