X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a9bd3d004b88a42347120ffd1f5f5aa358aff6cd;hb=b06f921c487c5b1e30e44ec00ec2c08f366f83df;hp=538c451c55863a85b87a08bccd80e27971598d11;hpb=6413b637e99f65b72fa0bbb007e6dc4dd03196d1;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 538c451c..a9bd3d00 100644 --- 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,8 +123,17 @@ enginetestfast: all enginetestnew: all ./Scripts/make_enginetest.sh new +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 @@ -129,6 +141,9 @@ backup_lev: backup_gfx: ./Scripts/make_backup.sh gfx +# prerelease: +# ./Scripts/make_prerelease.sh + dist-unix: ./Scripts/make_dist.sh unix . @@ -169,11 +184,21 @@ 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-win32 dist-macosx + +# !!! TEST ONLY !!! +test-setup: +# $(MAKE) clean +# $(MAKE) dist-build-win32 +# $(MAKE) clean -dist-all: dist-build-all dist-unix dist-msdos dist-win32 dist-macosx + $(MAKE) dist-win32 -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