From: Holger Schemel Date: Tue, 13 Aug 2002 00:27:42 +0000 (+0200) Subject: rnd-20020813-1-src X-Git-Tag: 3.0.0^2~260 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=16f7940a92e1df1d463bd34f7f178395e37e4a27 rnd-20020813-1-src --- diff --git a/Makefile b/Makefile index 0496dc3c..a986996e 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,18 @@ dist-win32: dist-macosx: ./Scripts/make_dist.sh mac . $(MAKE) +upload-unix: + ./Scripts/make_dist.sh unix . upload + +upload-msdos: + ./Scripts/make_dist.sh dos . upload + +upload-win32: + ./Scripts/make_dist.sh win . upload + +upload-macosx: + ./Scripts/make_dist.sh mac . upload + dist-clean: @$(MAKE_CMD) dist-clean @@ -119,5 +131,7 @@ dist-build-all: dist-all: dist-build-all dist-unix dist-msdos dist-win32 dist-macosx +upload-all: upload-unix upload-msdos upload-win32 upload-macosx + depend dep: $(MAKE_CMD) depend diff --git a/src/Makefile b/src/Makefile index 609d753f..9c22aba9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -102,7 +102,7 @@ CONFIG_GAME_DIR = $(CONFIG_RO_GAME_DIR) $(CONFIG_RW_GAME_DIR) CONFIG = $(CONFIG_GAME_DIR) $(CONFIG_SCORE_ENTRIES) $(JOYSTICK) -# DEBUG = -DDEBUG -g +DEBUG = -DDEBUG -g # PROFILING = $(PROFILING_FLAGS) # OPTIONS = $(DEBUG) -Wall # only for debugging purposes