X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMakefile;h=9837aef7486922a9165b809e469cd7507f2b56e7;hb=475d747d7f6122bf9b62ccf1518fc7e8fc0f201c;hp=34617385f12f8fd305c47f479119c47cf1a08003;hpb=ce0bba1a070e5e64939491eb68087f68ef8fe870;p=rocksndiamonds.git diff --git a/src/game_sp/Makefile b/src/game_sp/Makefile index 34617385..9837aef7 100644 --- a/src/game_sp/Makefile +++ b/src/game_sp/Makefile @@ -16,13 +16,11 @@ SRCS = init.c \ file.c \ main.c \ vb_lib.c \ - vb_vars.c \ \ ASM.c \ BugsTerminals.c \ DDScrollBuffer.c \ DDSpriteBuffer.c \ - Demo.c \ Display.c \ DoGameStuff.c \ Electrons.c \ @@ -32,33 +30,23 @@ SRCS = init.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 \ - modMPX.c + Zonk.c OBJS = init.o \ file.o \ main.o \ vb_lib.o \ - vb_vars.o \ \ ASM.o \ BugsTerminals.o \ DDScrollBuffer.o \ DDSpriteBuffer.o \ - Demo.o \ Display.o \ DoGameStuff.o \ Electrons.o \ @@ -68,21 +56,13 @@ OBJS = init.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 \ - modMPX.o + Zonk.o GAME_SP = game_sp.a