X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=75fde6be5e40b15ae56b27ec64ba6fce4e88df0d;hb=dbb6dd2fa61e2999cec9c129ba546a28db7ff602;hp=9c0fa9dcca6ccf5b79ab3e5d9a789df1a2d8efa4;hpb=f7cee51ad23b10be242545a6445fddf45accf65d;p=rocksndiamonds.git 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