display a big warning for people who try to install the game
authorMatthias Braun <matze@braunis.de>
Sun, 23 Apr 2006 07:14:20 +0000 (07:14 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 23 Apr 2006 07:14:20 +0000 (07:14 +0000)
SVN-Revision: 3384

Jamfile

diff --git a/Jamfile b/Jamfile
index 6aaabd6..62ae581 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -1,3 +1,18 @@
+# warning for people who try jam install
+actions InstallWarning
+{
+    echo "****************************************************************"
+    echo "* WARNING: Installation is currently broken                    *"
+    echo "* Please start the game directly from source directory instead *"
+    echo "****************************************************************"
+    sleep 5
+}
+
+InstallWarning installwarning ;
+Always installwarning ;
+Depends install : installwarning ;
+
+
 SubDir TOP ;
 
 # Decend into subdirs