rnd-20051213-1-src
[rocksndiamonds.git] / Makefile
index 538c451c55863a85b87a08bccd80e27971598d11..4a242ed022c7a4655e17a3e334bbd703eb9a54b1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,9 @@ solaris-sdl:
 mac:
        @$(MAKE_CMD) PLATFORM=macosx
 
+mac-static:
+       @$(MAKE_CMD) PLATFORM=macosx TARGET=sdl-static
+
 msdos:
        @$(MAKE_CMD) PLATFORM=msdos
 
@@ -120,6 +123,9 @@ enginetestfast: all
 enginetestnew: all
        ./Scripts/make_enginetest.sh new
 
+leveltest: all
+       ./Scripts/make_enginetest.sh leveltest
+
 backup:
        ./Scripts/make_backup.sh src
 
@@ -129,6 +135,9 @@ backup_lev:
 backup_gfx:
        ./Scripts/make_backup.sh gfx
 
+# prerelease:
+#      ./Scripts/make_prerelease.sh
+
 dist-unix:
        ./Scripts/make_dist.sh unix .
 
@@ -169,11 +178,13 @@ dist-build-all:
        $(MAKE) clean
        $(MAKE) dist-build-unix         ; $(MAKE) dist-clean
        $(MAKE) dist-build-win32        ; $(MAKE) dist-clean
-       $(MAKE) dist-build-msdos        ; $(MAKE) dist-clean
+#      $(MAKE) dist-build-msdos        ; $(MAKE) dist-clean
 
-dist-all: dist-build-all dist-unix dist-msdos dist-win32 dist-macosx
+# dist-all: dist-build-all dist-unix dist-msdos dist-win32 dist-macosx
+dist-all: dist-build-all dist-unix dist-win32 dist-macosx
 
-upload-all: upload-unix upload-msdos upload-win32 upload-macosx
+# upload-all: upload-unix upload-msdos upload-win32 upload-macosx
+upload-all: upload-unix upload-win32 upload-macosx
 
 tags:
        $(MAKE_CMD) tags