[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Stratagus-CVS] stratagus ./Makefile src/stratagus/Module.make ...
From: |
address@hidden |
Subject: |
[Stratagus-CVS] stratagus ./Makefile src/stratagus/Module.make ... |
Date: |
20 Jan 2004 08:49:45 +1100 |
CVSROOT: /home/strat
Module name: stratagus
Changes by: <address@hidden> 04/01/20 08:49:44
Modified files:
. : Makefile
src/stratagus : Module.make
tools : Module.make
Log message:
Update Makesfiles for CVS changes removing non stratagus code
Patches:
Index: stratagus/Makefile
diff -u stratagus/Makefile:1.185 stratagus/Makefile:1.186
--- stratagus/Makefile:1.185 Thu Jan 15 09:23:14 2004
+++ stratagus/Makefile Tue Jan 20 08:49:43 2004
@@ -21,7 +21,7 @@
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
-## $Id: Makefile,v 1.185 2004/01/14 22:23:14 wizzard Exp $
+## $Id: Makefile,v 1.186 2004/01/19 21:49:43 wizzard Exp $
##
TOPDIR= .
@@ -190,19 +190,10 @@
# 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
Index: stratagus/src/stratagus/Module.make
diff -u stratagus/src/stratagus/Module.make:1.12
stratagus/src/stratagus/Module.make:1.13
--- stratagus/src/stratagus/Module.make:1.12 Sat Jan 17 01:26:43 2004
+++ stratagus/src/stratagus/Module.make Tue Jan 20 08:49:44 2004
@@ -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))
Index: stratagus/tools/Module.make
diff -u stratagus/tools/Module.make:1.5 stratagus/tools/Module.make:1.6
--- stratagus/tools/Module.make:1.5 Thu Jan 15 09:23:15 2004
+++ stratagus/tools/Module.make Tue Jan 20 08:49:44 2004
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Stratagus-CVS] stratagus ./Makefile src/stratagus/Module.make ...,
address@hidden <=