X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMakefile;h=4679486b91860219241ac68fcb8ef8b7c39e3ab7;hb=b1750ae5f6404a4faacc38425e0b31c29ea12c37;hp=f6b31aab163442868783f9ac3425275c828484e9;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/Makefile b/src/game_sp/Makefile index f6b31aab..4679486b 100644 --- a/src/game_sp/Makefile +++ b/src/game_sp/Makefile @@ -1,18 +1,20 @@ # ============================================================================= -# 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 # ============================================================================= # ----------------------------------------------------------------------------- # configuration # ----------------------------------------------------------------------------- -SRCS = main.c \ +SRCS = init.c \ + file.c \ + main.c \ vb_lib.c \ vb_vars.c \ \ @@ -55,7 +57,9 @@ SRCS = main.c \ modGeneralTricks.c \ modMPX.c -OBJS = main.o \ +OBJS = init.o \ + file.o \ + main.o \ vb_lib.o \ vb_vars.o \ \