X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMakefile;h=9837aef7486922a9165b809e469cd7507f2b56e7;hb=c6d59064aa782b8ad71eddac2797fdc50e4858f9;hp=13ed56e4a13d9d0eae6cba5241784d0de59c50e2;hpb=055b582fdcaeddfa6dbb240eb591ec61f37e21d3;p=rocksndiamonds.git diff --git a/src/game_sp/Makefile b/src/game_sp/Makefile index 13ed56e4..9837aef7 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). # ============================================================================= # ----------------------------------------------------------------------------- @@ -17,91 +16,53 @@ 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 \ Input.c \ - LevelSetPreviewForm.c \ MainForm.c \ MainGameLoop.c \ - Marker.c \ Murphy.c \ OrangeDisk.c \ - PathTools.c \ - SettingsObject.c \ SnikSnaks.c \ Sound.c \ - TickCountObject.c \ - TopMost.c \ - Zonk.c \ - modAnimations.c \ - modGeneralTricks.c \ - modMPX.c + Zonk.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 \ Input.o \ - LevelSetPreviewForm.o \ MainForm.o \ MainGameLoop.o \ - Marker.o \ Murphy.o \ OrangeDisk.o \ - PathTools.o \ - SettingsObject.o \ SnikSnaks.o \ Sound.o \ - TickCountObject.o \ - TopMost.o \ - Zonk.o \ - modAnimations.o \ - modGeneralTricks.o \ - modMPX.o + Zonk.o GAME_SP = game_sp.a