X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMakefile;h=03424b382998c167c383af165fdcc7ac57a55a45;hb=d45b35552f4ca1ada1266fb7e8b6968d878019a6;hp=13ed56e4a13d9d0eae6cba5241784d0de59c50e2;hpb=055b582fdcaeddfa6dbb240eb591ec61f37e21d3;p=rocksndiamonds.git diff --git a/src/game_sp/Makefile b/src/game_sp/Makefile index 13ed56e4..03424b38 100644 --- a/src/game_sp/Makefile +++ b/src/game_sp/Makefile @@ -1,12 +1,11 @@ # ============================================================================= -# Makefile for Rocks'n'Diamonds native Supaplex engine (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 -# (code automatically converted from VisualBasic to C by vb2c.pl). # ============================================================================= # ----------------------------------------------------------------------------- @@ -20,9 +19,7 @@ SRCS = init.c \ vb_vars.c \ \ ASM.c \ - BitMapObject.c \ BugsTerminals.c \ - Capture.c \ DDScrollBuffer.c \ DDSpriteBuffer.c \ Demo.c \ @@ -65,9 +62,7 @@ OBJS = init.o \ vb_vars.o \ \ ASM.o \ - BitMapObject.o \ BugsTerminals.o \ - Capture.o \ DDScrollBuffer.o \ DDSpriteBuffer.o \ Demo.o \