[comp.sources.games] v12i024: bt2 - Broken Throne, multiplayer realtime conquest game, Patch1

billr@saab.CNA.TEK.COM (Bill Randle) (02/08/91)

Submitted-by: Tom Boutell <boutell@freezer.it.udel.edu>
Posting-number: Volume 12, Issue 24
Archive-name: bt2/Patch1
Patch-To: bt2: Volume 12, Issue 22
Environment: INET sockets, curses

	[There was a typo in a last minute change made to the Makefile
	 that I didn't catch. This should clear up any make problems.
		-br]

#! /bin/sh
# This is a shell archive.  Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file".  To overwrite existing
# files, type "sh file -c".  You can also feed this as standard input via
# unshar, or by typing "sh <file", e.g..  If this archive is complete, you
# will see the following message at the end:
#		"End of shell archive."
# Contents:  patches01
# Wrapped by billr@saab on Thu Feb  7 09:57:29 1991
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
if test -f 'patches01' -a "${1}" != "-c" ; then 
  echo shar: Will not clobber existing file \"'patches01'\"
else
echo shar: Extracting \"'patches01'\" \(528 characters\)
sed "s/^X//" >'patches01' <<'END_OF_FILE'
X*** Makefile.orig	Wed Feb  6 17:26:12 1991
X--- Makefile	Thu Feb  7 09:57:05 1991
X***************
X*** 1,6 ****
X  all: btclient btserver btrobot
X  
X! btclient: btclient.o pack.o sleep.o
X  	cc btclient.o pack.o msleep.o -o btclient -ltermcap -lcurses -ltermlib
X  
X  btserver: btserver.o pack.o interface.o msleep.o
X--- 1,6 ----
X  all: btclient btserver btrobot
X  
X! btclient: btclient.o pack.o msleep.o
X  	cc btclient.o pack.o msleep.o -o btclient -ltermcap -lcurses -ltermlib
X  
X  btserver: btserver.o pack.o interface.o msleep.o
END_OF_FILE
if test 528 -ne `wc -c <'patches01'`; then
    echo shar: \"'patches01'\" unpacked with wrong size!
fi
# end of 'patches01'
fi
echo shar: End of shell archive.
exit 0