rnd-20060428-1-src
[rocksndiamonds.git] / Makefile
index 832269b0b1ba5341c20cce999bd1df8c69ef2c98..a9bd3d004b88a42347120ffd1f5f5aa358aff6cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,13 @@ leveltest: all
        ./Scripts/make_enginetest.sh leveltest
 
 backup:
-       ./Scripts/make_backup.sh src
+       ./Scripts/make_backup.sh src 1
+
+backup2:
+       ./Scripts/make_backup.sh src 2
+
+backup3:
+       ./Scripts/make_backup.sh src 3
 
 backup_lev:
        ./Scripts/make_backup.sh lev
@@ -135,6 +141,9 @@ backup_lev:
 backup_gfx:
        ./Scripts/make_backup.sh gfx
 
+# prerelease:
+#      ./Scripts/make_prerelease.sh
+
 dist-unix:
        ./Scripts/make_dist.sh unix .
 
@@ -180,6 +189,14 @@ dist-build-all:
 # dist-all: dist-build-all dist-unix dist-msdos dist-win32 dist-macosx
 dist-all: dist-build-all dist-unix dist-win32 dist-macosx
 
+# !!! TEST ONLY !!!
+test-setup:
+#      $(MAKE) clean
+#      $(MAKE) dist-build-win32
+#      $(MAKE) clean
+
+       $(MAKE) dist-win32
+
 # upload-all: upload-unix upload-msdos upload-win32 upload-macosx
 upload-all: upload-unix upload-win32 upload-macosx