X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=30606058631400d2af313b231dcdbd569e7289b2;hb=921499c5e7fa7f2c760305d7ec007e4e4a965125;hp=bf09646daa34bb1b8136ea31f0cf5ecced63cba3;hpb=ceb7ded99fc9cc9519adeea07808a344678c196e;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index bf09646d..30606058 100644 --- a/Makefile +++ b/Makefile @@ -123,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 @@ -132,6 +141,9 @@ backup_lev: backup_gfx: ./Scripts/make_backup.sh gfx +# prerelease: +# ./Scripts/make_prerelease.sh + dist-unix: ./Scripts/make_dist.sh unix . @@ -177,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) dist-clean + + $(MAKE) dist-win32 + # upload-all: upload-unix upload-msdos upload-win32 upload-macosx upload-all: upload-unix upload-win32 upload-macosx