X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMakefile;h=34617385f12f8fd305c47f479119c47cf1a08003;hb=ce0bba1a070e5e64939491eb68087f68ef8fe870;hp=97311dc0432fed7c936cbb8ce84554b83a792fcd;hpb=e63e92923fa0196ba7d538d4c8f5a16994e3bee8;p=rocksndiamonds.git diff --git a/src/game_sp/Makefile b/src/game_sp/Makefile index 97311dc0..34617385 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,28 +13,21 @@ # ----------------------------------------------------------------------------- SRCS = init.c \ + file.c \ main.c \ vb_lib.c \ vb_vars.c \ \ ASM.c \ - BitMapObject.c \ BugsTerminals.c \ - Capture.c \ DDScrollBuffer.c \ DDSpriteBuffer.c \ Demo.c \ - DemoBufferObject.c \ - DirectDrawGlobals.c \ - DirectXGlobals.c \ Display.c \ DoGameStuff.c \ Electrons.c \ - ErrorReporting.c \ Explosions.c \ FakeDeclares.c \ - FancyRestore.c \ - GeneralTricks.c \ Globals.c \ Infotrons.c \ InitGameConditions.c \ @@ -53,32 +46,24 @@ SRCS = init.c \ TopMost.c \ Zonk.c \ modAnimations.c \ - modGeneralTricks.c \ modMPX.c OBJS = init.o \ + file.o \ main.o \ vb_lib.o \ vb_vars.o \ \ ASM.o \ - BitMapObject.o \ BugsTerminals.o \ - Capture.o \ DDScrollBuffer.o \ DDSpriteBuffer.o \ Demo.o \ - DemoBufferObject.o \ - DirectDrawGlobals.o \ - DirectXGlobals.o \ Display.o \ DoGameStuff.o \ Electrons.o \ - ErrorReporting.o \ Explosions.o \ FakeDeclares.o \ - FancyRestore.o \ - GeneralTricks.o \ Globals.o \ Infotrons.o \ InitGameConditions.o \ @@ -97,7 +82,6 @@ OBJS = init.o \ TopMost.o \ Zonk.o \ modAnimations.o \ - modGeneralTricks.o \ modMPX.o GAME_SP = game_sp.a