X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a7a30e7d962bd053071f0a794fbfae45dacba7ba;hb=5ae3fc5d27076677a95153162abcf527c6dc8e63;hp=30606058631400d2af313b231dcdbd569e7289b2;hpb=921499c5e7fa7f2c760305d7ec007e4e4a965125;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 30606058..a7a30e7d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # ============================================================================= # Rocks'n'Diamonds Makefile # ----------------------------------------------------------------------------- -# (c) 1995-2005 Holger Schemel +# (c) 1995-2006 Holger Schemel # ============================================================================= # ----------------------------------------------------------------------------- @@ -91,6 +91,10 @@ cross-msdos: cross-win32: @PATH=$(CROSS_PATH_WIN32)/bin:${PATH} $(MAKE_CMD) PLATFORM=cross-win32 +cross-win32-jue: + @PATH=$(CROSS_PATH_WIN32)/bin:${PATH} $(MAKE_CMD) PLATFORM=cross-win32 \ + SPECIAL_ICON=jue + clean: @$(MAKE_CMD) clean @@ -189,14 +193,6 @@ 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