Update Makesfiles for CVS changes removing non stratagus code

This commit is contained in:
wizzard 2004-01-19 21:49:44 +00:00
parent 669fc13e50
commit a89c58a658
3 changed files with 3 additions and 13 deletions

View file

@ -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
##############################################################################

View file

@ -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))

View file

@ -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