Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 79180 by John Harding for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 79180 by John Harding for review
  • Date: Fri, 12 May 2006 17:50:01 +0100 (BST)

Change 79180 by john_harding@john_harding-iowa1000 on 2006/05/12 17:49:22

converted to api2. There is a later version but it uses a python
build that I didn't understand, so left alone.

Affected files ...

... //sgl/grimoires/games/games-strategy-tbs/castle-combat/BUILD#2 edit
... //sgl/grimoires/games/games-strategy-tbs/castle-combat/DETAILS#3 edit
... //sgl/grimoires/games/games-strategy-tbs/castle-combat/HISTORY#4 edit
... //sgl/grimoires/games/games-strategy-tbs/castle-combat/PRE_BUILD#1 add

Differences ...

==== //sgl/grimoires/games/games-strategy-tbs/castle-combat/BUILD#2 (xtext)
====

@@ -1,7 +1,5 @@
-(
-#Current Makefile.in fails due to man???
-cp $SCRIPT_DIRECTORY/Makefile.in . &&
-
+true &&
+cd $SOURCE_DIRECTORY &&
#to use the more update SDL_net headers
#sedit "s/\"SDL_net\/SDL_net.h\"/\<SDL\/SDL_net.h\>/g" src/net.c &&
#sedit "s/\"SDL_net\/SDL_net.h\"/\<SDL\/SDL_net.h\>/g" src/main.c &&
@@ -19,8 +17,5 @@
${OPTS} &&
#Makefile magic to stop installation of SDL_net.h
sedit "s/SDL_net.h/ /g" src/SDL_net/Makefile &&
- make &&
- prepare_install &&
- make install

-) > ${C_FIFO} 2>&1
+make

==== //sgl/grimoires/games/games-strategy-tbs/castle-combat/DETAILS#3 (xtext)
====

@@ -8,6 +8,7 @@
LICENSE[0]=GPL
ENTERED=20010922
UPDATED=20020308
+ BUILD_API=2
SHORT="castle-combat is a clone of the old DOS game rampart."
cat << EOF
It's a clone of the old DOS game Rampart. Up to four players (or more in

==== //sgl/grimoires/games/games-strategy-tbs/castle-combat/HISTORY#4 (text)
====

@@ -1,3 +1,8 @@
+2006-05-12 John Harding <johnh AT kuberaconsulting.com>
+ * DETAILS: converted to api2
+ * BUILD: converted to api2
+ * PRE_BUILD: created for api2
+
2005-12-01 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512




  • [SM-Commit] PERFORCE change 79180 by John Harding for review, Perforce Review Daemon, 05/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page