home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / games / volume18 / threedee / part04 < prev    next >
Encoding:
Internet Message Format  |  1993-09-13  |  1.9 KB

  1. Path: uunet!news.tek.com!news.cna.tek.com!not-for-mail
  2. From: billr@saab.cna.tek.com (Bill Randle)
  3. Newsgroups: comp.sources.games
  4. Subject: v18i059:  threedee - two 3d tetris games for X, Part04/04
  5. Date: 30 Aug 1993 08:36:19 -0700
  6. Organization: Tektronix, Inc., Redmond, OR
  7. Lines: 46
  8. Approved: billr@saab.CNA.TEK.COM
  9. Message-ID: <25t6pj$fmn@saab.cna.tek.com>
  10. NNTP-Posting-Host: saab.cna.tek.com
  11. Xref: uunet comp.sources.games:1859
  12.  
  13. Submitted-by: "Andrew C. Plotkin" <ap1i+@andrew.cmu.edu>
  14. Posting-number: Volume 18, Issue 59
  15. Archive-name: threedee/part04
  16. Environment: X11, Xlib
  17.  
  18.  
  19.  
  20. #! /bin/sh
  21. # This is a shell archive.  Remove anything before this line, then unpack
  22. # it by saving it into a file and typing "sh file".  To overwrite existing
  23. # files, type "sh file -c".  You can also feed this as standard input via
  24. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  25. # will see the following message at the end:
  26. #        "End of archive 4 (of 4)."
  27. # Contents:  spatial/patchlevel.h
  28. # Wrapped by billr@saab on Mon Aug 30 08:05:08 1993
  29. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  30. if test -f 'spatial/patchlevel.h' -a "${1}" != "-c" ; then 
  31.   echo shar: Will not clobber existing file \"'spatial/patchlevel.h'\"
  32. else
  33. echo shar: Extracting \"'spatial/patchlevel.h'\" \(58 characters\)
  34. sed "s/^X//" >'spatial/patchlevel.h' <<'END_OF_FILE'
  35. Xstatic char *patchlevel = "Spatial version 1.0, patch 1";
  36. END_OF_FILE
  37. if test 58 -ne `wc -c <'spatial/patchlevel.h'`; then
  38.     echo shar: \"'spatial/patchlevel.h'\" unpacked with wrong size!
  39. fi
  40. # end of 'spatial/patchlevel.h'
  41. fi
  42. echo shar: End of archive 4 \(of 4\).
  43. cp /dev/null ark4isdone
  44. MISSING=""
  45. for I in 1 2 3 4 ; do
  46.     if test ! -f ark${I}isdone ; then
  47.     MISSING="${MISSING} ${I}"
  48.     fi
  49. done
  50. if test "${MISSING}" = "" ; then
  51.     echo You have unpacked all 4 archives.
  52.     rm -f ark[1-9]isdone
  53. else
  54.     echo You still need to unpack the following archives:
  55.     echo "        " ${MISSING}
  56. fi
  57. ##  End of shell archive.
  58. exit 0
  59.