X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;h=75fde6be5e40b15ae56b27ec64ba6fce4e88df0d;hp=9c0fa9dcca6ccf5b79ab3e5d9a789df1a2d8efa4;hb=e51177796149f37de339bda83558c3c49758be93;hpb=f7cee51ad23b10be242545a6445fddf45accf65d diff --git a/Makefile b/Makefile index 9c0fa9dc..75fde6be 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ CROSS_PATH_MSDOS = /usr/local/cross-msdos/i386-msdosdjgpp CROSS_PATH_WIN32 = /usr/local/cross-tools/i386-mingw32msvc # compile special edition of R'n'D instead of the normal (classic) version -SPECIAL_EDITION = rnd_jue +# SPECIAL_EDITION = rnd_jue # ----------------------------------------------------------------------------- @@ -155,8 +155,10 @@ backup_gfx: # ./Scripts/make_prerelease.sh jue: - sed -e 's/# SPECIAL_EDITION/SPECIAL_EDITION/' Makefile > Makefile.jue - $(MAKE) -f Makefile.jue cross-win32 + @$(MAKE) SPECIAL_EDITION=rnd_jue all + +jue-win: + @$(MAKE) SPECIAL_EDITION=rnd_jue cross-win32 dist-clean: @$(MAKE_CMD) dist-clean