X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a2ceff1dcece4a670382bc03b409963e001423e9;hb=852a8eef1e8858a40da0be4093eba3deaf468f51;hp=f98a1211c870d8adf3217a90e080fc4939722b44;hpb=49c6dea89a293093a952b991594980b469dd835a;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index f98a1211..a2ceff1d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # ============================================================================= # Rocks'n'Diamonds Makefile # ----------------------------------------------------------------------------- -# (c) 1995-2005 Holger Schemel +# (c) 1995-2007 Holger Schemel # ============================================================================= # ----------------------------------------------------------------------------- @@ -38,8 +38,12 @@ X11_PATH = /usr/X11R6 # SCORE_ENTRIES = MANY_PER_NAME # paths for cross-compiling (only needed for non-native MS-DOS and Win32 build) -CROSS_PATH_MSDOS=/usr/local/cross-msdos/i386-msdosdjgpp -CROSS_PATH_WIN32=/usr/local/cross-tools/i386-mingw32msvc +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 + # ----------------------------------------------------------------------------- # there should be no need to change anything below