rnd-20100315-3-src
[rocksndiamonds.git] / src / game_sp / Makefile
index 4679486b91860219241ac68fcb8ef8b7c39e3ab7..75e97e9f28cc4112779f7ee5c588d25edd09a25d 100644 (file)
@@ -19,31 +19,21 @@ SRCS =      init.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             \
@@ -54,7 +44,6 @@ SRCS =        init.c                  \
        TopMost.c               \
        Zonk.c                  \
        modAnimations.c         \
-       modGeneralTricks.c      \
        modMPX.c
 
 OBJS = init.o                  \
@@ -64,31 +53,21 @@ OBJS =      init.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             \
@@ -99,7 +78,6 @@ OBJS =        init.o                  \
        TopMost.o               \
        Zonk.o                  \
        modAnimations.o         \
-       modGeneralTricks.o      \
        modMPX.o
 
 GAME_SP = game_sp.a