Created a new (better?) exit tree. See tree-exit.stl. Still needs work.
[supertux.git] / 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