rnd-19981118-3
authorHolger Schemel <info@artsoft.org>
Wed, 18 Nov 1998 22:01:54 +0000 (23:01 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:31:51 +0000 (10:31 +0200)
Makefile
src/Makefile
src/main.h

index 914925fe6f98f5e3a7f2c1265727d271601a603d..65fa30286724f89247368ec3ba4a8a4cdfd853dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,21 +16,18 @@ SRC_DIR = src
 
 MAKE = make
 RM = rm -f
 
 MAKE = make
 RM = rm -f
+MV = mv -f
 
 MAKE_CMD = $(MAKE) -C $(SRC_DIR)
 
 
 
 MAKE_CMD = $(MAKE) -C $(SRC_DIR)
 
 
-all:   $(PROGNAME)
-
-$(PROGNAME):
+all:
        $(MAKE_CMD)
 
 clean:
        $(MAKE_CMD) clean
        $(MAKE_CMD)
 
 clean:
        $(MAKE_CMD) clean
-       $(RM) $(PROGNAME)
 
 backup:
 
 backup:
-       $(MAKE) clean
        ./scripts/make_backup.sh
 
 depend:
        ./scripts/make_backup.sh
 
 depend:
index 9f2e950556a375056ca1a63ce03500c1a77783d3..f57322d5d7bb1f1cafb5c6e4fe4dd8a72198f8ed 100644 (file)
@@ -44,7 +44,7 @@ SCORE_ENTRIES = MANY_PER_NAME
 # you shouldn't need to change anything below                                 #
 #-----------------------------------------------------------------------------#
 
 # you shouldn't need to change anything below                                 #
 #-----------------------------------------------------------------------------#
 
-PROGNAME = rocksndiamonds
+PROGNAME = ../rocksndiamonds
 
 RM = rm -f
 CPP = $(CC) -E
 
 RM = rm -f
 CPP = $(CC) -E
index fd2b0af024ecc76e61c17e96b925d8eb9f58c9bb..ef8ee9cd6027b7e1793f94eb52cd82884c1c02ce 100644 (file)
@@ -195,7 +195,7 @@ typedef unsigned char byte;
 #define MAX_LEVNAMLEN          32
 #define MAX_LEVSCORE_ENTRIES   16
 #define NUM_FREE_LVHD_BYTES    18
 #define MAX_LEVNAMLEN          32
 #define MAX_LEVSCORE_ENTRIES   16
 #define NUM_FREE_LVHD_BYTES    18
-#define MAX_TAPELEN            10000
+#define MAX_TAPELEN            (1000 * 50)     /* max. time * framerate */
 
 #define MAX_LEVDIR_FILENAME    (64+1)
 #define MAX_LEVDIR_NAME                (16+1)
 
 #define MAX_LEVDIR_FILENAME    (64+1)
 #define MAX_LEVDIR_NAME                (16+1)