X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMakefile;h=4679486b91860219241ac68fcb8ef8b7c39e3ab7;hb=61ca162f9268de1fa4fe0df3f561189b1a71770d;hp=97311dc0432fed7c936cbb8ce84554b83a792fcd;hpb=e63e92923fa0196ba7d538d4c8f5a16994e3bee8;p=rocksndiamonds.git diff --git a/src/game_sp/Makefile b/src/game_sp/Makefile index 97311dc0..4679486b 100644 --- a/src/game_sp/Makefile +++ b/src/game_sp/Makefile @@ -1,11 +1,11 @@ # ============================================================================= -# Rocks'n'Diamonds Makefile (game_sp) +# Makefile for native Supaplex engine for Rocks'n'Diamonds (game_sp) # ----------------------------------------------------------------------------- # (c) 1995-2009 Holger Schemel # ----------------------------------------------------------------------------- -# MegaPlex version 0.5 beta release xmas 2001 by Frank Schindler, +# based on MegaPlex version 0.5 beta release xmas 2001 by Frank Schindler, # based on the Speed Fix 6.3+ by Herman Perk, -# based on original Supaplex by Michael Stopp & Philip Jespersen. +# based on original Supaplex by Michael Stopp & Philip Jespersen # ============================================================================= # ----------------------------------------------------------------------------- @@ -13,6 +13,7 @@ # ----------------------------------------------------------------------------- SRCS = init.c \ + file.c \ main.c \ vb_lib.c \ vb_vars.c \ @@ -57,6 +58,7 @@ SRCS = init.c \ modMPX.c OBJS = init.o \ + file.o \ main.o \ vb_lib.o \ vb_vars.o \