stratagus-cvs
[Top][All Lists]
Advanced

[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 Dec 2003 18:54:26 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       03/12/20 18:54:26

Modified files:
        .              : Makefile 
        src/stratagus  : Module.make stratagus.c 

Log message:
        Moved clone to stratagus

Patches:
Index: stratagus/Makefile
diff -u stratagus/Makefile:1.181 stratagus/Makefile:1.182
--- stratagus/Makefile:1.181    Sat Dec 13 02:44:43 2003
+++ stratagus/Makefile  Sat Dec 20 18:54:24 2003
@@ -21,7 +21,7 @@
 ##     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ##     GNU General Public License for more details.
 ##
-##     $Id: Makefile,v 1.181 2003/12/12 15:44:43 jsalmon3 Exp $
+##     $Id: Makefile,v 1.182 2003/12/20 07:54:24 wizzard Exp $
 ##
 
 TOPDIR=        .
@@ -37,7 +37,7 @@
 
 INCLUDE_DIRS = src/include src/movie/vp31/include etlib
 
-MODULES = src/action src/ai src/beos src/clone src/editor src/stratagus 
src/game src/libmodplug src/map \
+MODULES = src/action src/ai src/beos src/stratagus src/editor src/stratagus 
src/game src/libmodplug src/map \
           src/missile src/movie src/movie/vp31 src/network src/pathfinder 
src/siod src/sound src/ui src/unit \
           src/video etlib
 
@@ -203,10 +203,10 @@
 tools/war1tool$(EXE): tools/war1tool.c
        $(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS)
 
-tools/startool$(EXE):  tools/startool.c $(TOPDIR)/src/clone/$(OBJDIR)/mpq.o
-       if [ ! -d $(TOPDIR)/src/clone/$(OBJDIR) ]; then \
-       mkdir -p $(TOPDIR)/src/clone/$(OBJDIR); fi
-       $(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS) $(TOPDIR)/src/clone/$(OBJDIR)/mpq.o
+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.8 
stratagus/src/stratagus/Module.make:1.9
--- stratagus/src/stratagus/Module.make:1.8     Wed Oct 29 23:58:36 2003
+++ stratagus/src/stratagus/Module.make Sat Dec 20 18:54:25 2003
@@ -22,8 +22,8 @@
 ##     GNU General Public License for more details.
 ##
 
-MODULE= src/clone
-MSRC=  ccl.c ccl_player.c clone.c construct.c groups.c iolib.c mainloop.c \
+MODULE= src/stratagus
+MSRC=  ccl.c ccl_player.c stratagus.c construct.c groups.c iolib.c mainloop.c \
        mpq.c player.c pud.c selection.c spells.c unit.c unit_draw.c \
        unit_find.c unitcache.c ccl_spell.c ccl_helpers.c
 
Index: stratagus/src/stratagus/stratagus.c
diff -u stratagus/src/stratagus/stratagus.c:1.235 
stratagus/src/stratagus/stratagus.c:1.236
--- stratagus/src/stratagus/stratagus.c:1.235   Sat Dec 20 16:33:17 2003
+++ stratagus/src/stratagus/stratagus.c Sat Dec 20 18:54:25 2003
@@ -8,7 +8,7 @@
 //                       T H E   W A R   B E G I N S
 //        Stratagus - A free fantasy real time strategy game engine
 //
-/address@hidden clone.c        -       The main file. */
+/address@hidden stratagus.c    -       The main file. */
 //
 //     (c) Copyright 1998-2003 by Lutz Sammer
 //
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: stratagus.c,v 1.235 2003/12/20 05:33:17 jsalmon3 Exp $
+//     $Id: stratagus.c,v 1.236 2003/12/20 07:54:25 wizzard Exp $
 
 //@{
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]