X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;h=a30bf9cecac5f060ef5192fdd99e8f35f4b52a6c;hp=d5a21886056fd8d7d6048bd14295a3ea87866427;hb=730deaee1a38f75d749a21cddbb562c2b339cc73;hpb=120fe36da3055f5b869d0a72307c6013fae865f7 diff --git a/Makefile b/Makefile index d5a21886..a30bf9ce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # ============================================================================= # Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- -# (c) 1995-2014 by Artsoft Entertainment +# (c) 1995-2015 by Artsoft Entertainment # Holger Schemel # info@artsoft.org # http://www.artsoft.org/ @@ -46,9 +46,6 @@ MAKE = make # path for cross-compiling (only needed for non-native Windows build) 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 - # ----------------------------------------------------------------------------- # there should be no need to change anything below @@ -76,9 +73,6 @@ sdl2: mac: @$(MAKE_CMD) PLATFORM=macosx -mac-static: - @$(MAKE_CMD) PLATFORM=macosx STATIC=true - cross-win32: @PATH=$(CROSS_PATH_WIN32)/bin:${PATH} $(MAKE_CMD) PLATFORM=cross-win32 @@ -140,12 +134,6 @@ backup_gfx: # prerelease: # ./Scripts/make_prerelease.sh -jue: - @$(MAKE) SPECIAL_EDITION=rnd_jue all - -jue-win: - @$(MAKE) SPECIAL_EDITION=rnd_jue cross-win32 - dist-clean: @$(MAKE_CMD) dist-clean