Path: utzoo!utgpu!watserv1!watmath!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!wuarchive!uunet!ogicse!zephyr.ens.tek.com!tekred!saab!billr From: billr@saab.CNA.TEK.COM (Bill Randle) Newsgroups: comp.sources.games Subject: v12i024: bt2 - Broken Throne, multiplayer realtime conquest game, Patch1 Message-ID: <6971@tekred.CNA.TEK.COM> Date: 7 Feb 91 18:00:39 GMT Sender: news@tekred.CNA.TEK.COM Lines: 50 Approved: billr@saab.CNA.TEK.COM Submitted-by: Tom Boutell 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 '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