From a89c58a65853ad7f244717a962b8d0f26410c10b Mon Sep 17 00:00:00 2001 From: wizzard <> Date: Mon, 19 Jan 2004 21:49:44 +0000 Subject: [PATCH] Update Makesfiles for CVS changes removing non stratagus code --- Makefile | 11 +---------- src/stratagus/Module.make | 2 +- tools/Module.make | 3 +-- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 03cc5022e..90f445de2 100644 --- a/Makefile +++ b/Makefile @@ -190,20 +190,11 @@ endif # TOOLS ############################################################################## -tools: tools/aledoc$(EXE) tools/war1tool$(EXE) \ - tools/startool$(EXE) +tools: tools/aledoc$(EXE) tools/aledoc$(EXE): tools/aledoc.c $(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS) -tools/war1tool$(EXE): tools/war1tool.c - $(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS) - -tools/startool$(EXE): tools/startool.c $(TOPDIR)/src/stratagus/$(OBJDIR)/mpq.o - if [ ! -d $(TOPDIR)/src/stratagus/$(OBJDIR) ]; then \ - mkdir -p $(TOPDIR)/src/stratagus/$(OBJDIR); fi - $(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS) $(TOPDIR)/src/stratagus/$(OBJDIR)/mpq.o - ############################################################################## # Distributions ############################################################################## diff --git a/src/stratagus/Module.make b/src/stratagus/Module.make index 8b11e2377..ee8c6b1e0 100644 --- a/src/stratagus/Module.make +++ b/src/stratagus/Module.make @@ -24,7 +24,7 @@ MODULE= src/stratagus MSRC= script.c script_player.c stratagus.c construct.c groups.c iolib.c mainloop.c \ - mpq.c player.c pud.c selection.c spells.c \ + player.c pud.c selection.c spells.c \ script_spell.c SRC+= $(addprefix $(MODULE)/,$(MSRC)) diff --git a/tools/Module.make b/tools/Module.make index d096a82f7..bd2fb25bb 100644 --- a/tools/Module.make +++ b/tools/Module.make @@ -1,2 +1 @@ -SRC_TOOLS += tools/aledoc.c tools/startool.c tools/war1tool.c -MISC += tools/build.bat tools/build.sh +SRC_TOOLS += tools/aledoc.c