X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMakefile;h=34617385f12f8fd305c47f479119c47cf1a08003;hb=ce0bba1a070e5e64939491eb68087f68ef8fe870;hp=03424b382998c167c383af165fdcc7ac57a55a45;hpb=d45b35552f4ca1ada1266fb7e8b6968d878019a6;p=rocksndiamonds.git diff --git a/src/game_sp/Makefile b/src/game_sp/Makefile index 03424b38..34617385 100644 --- a/src/game_sp/Makefile +++ b/src/game_sp/Makefile @@ -23,17 +23,11 @@ SRCS = init.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 \ @@ -52,7 +46,6 @@ SRCS = init.c \ TopMost.c \ Zonk.c \ modAnimations.c \ - modGeneralTricks.c \ modMPX.c OBJS = init.o \ @@ -66,17 +59,11 @@ OBJS = init.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 \ @@ -95,7 +82,6 @@ OBJS = init.o \ TopMost.o \ Zonk.o \ modAnimations.o \ - modGeneralTricks.o \ modMPX.o GAME_SP = game_sp.a