summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-02-01 13:45:39 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-02-01 13:45:39 +0000
commitdc4c89ecd2e6c733b73f3d185d9ab421663e2bb0 (patch)
tree5d5c55b3f71075245d6ca11e77523ec0d94d715c /extras
parent9df85af6e12f28ca97df403f981728cf60fc3249 (diff)
downloadfpGUI-dc4c89ecd2e6c733b73f3d185d9ab421663e2bb0.tar.xz
* Menu items that are disabled now appear as selected when the mouse moves over them, but they are still not clickable. This is normal GUI behaviour in other toolkits as well.
Diffstat (limited to 'extras')
-rwxr-xr-xextras/cleanbuild.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/cleanbuild.sh b/extras/cleanbuild.sh
new file mode 100755
index 00000000..8a5a1df0
--- /dev/null
+++ b/extras/cleanbuild.sh
@@ -0,0 +1,7 @@
+cd ..
+find lib/ examples/ \( -name '*.o' -o -name '*.ppu' -o -name '*.a' \) -exec rm {} \+
+cd src
+./build.sh
+cd ../examples/apps/uidesigner
+fpc @extrafpc.cfg uidesigner.lpr
+