home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / rcs567s.zip / rcs / src / ms / README < prev    next >
Text File  |  1994-06-26  |  3KB  |  70 lines

  1. MS RCS configuration
  2.  
  3.     $Id$
  4.  
  5.     Copyright 1991, 1992 by Paul Eggert
  6.     Distributed under license by the Free Software Foundation, Inc.
  7.  
  8.     This file is part of RCS.
  9.  
  10.     RCS is free software; you can redistribute it and/or modify it
  11.     under the terms of the GNU General Public License as published
  12.     by the Free Software Foundation; either version 2, or (at your
  13.     option) any later version.
  14.  
  15.     RCS is distributed in the hope that it will be useful, but
  16.     WITHOUT ANY WARRANTY; without even the implied warranty of
  17.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.     GNU General Public License for more details.
  19.  
  20.     You should have received a copy of the GNU General Public
  21.     License along with RCS; see the file COPYING.  If not, write to
  22.     the Free Software Foundation, 675 Mass Ave, Cambridge, MA
  23.     02139, USA.
  24.  
  25.     Report problems and direct all questions to:
  26.  
  27.         rcs-bugs@cs.purdue.edu
  28.  
  29. This is $Revision: 1.8 $ of the MS RCS support directory.
  30. It contains extra files useful for getting RCS 5.6.3 (and later versions)
  31. to run under the PC operating systems MS-DOS and OS/2.
  32.  
  33. Put this directory into the src\ms subdirectory of the RCS source tree,
  34. so that this file becomes src\ms\README.
  35.  
  36. To compile, go to .. and use ms\Makefile to build. You need either the
  37. free emx 0.8h toolkit with patch 7 (or newer) for 32-bit compilations or
  38. the Microsoft C 6.00A compiler for 16-bit compilations. You may stumble
  39. accross some support for Borland compilers but that is currently not
  40. supported and most certainly does NOT work.
  41.  
  42. See also ..\README, particularly the note about text_work_stdio.
  43.  
  44.  
  45. Remember, this software is distributed under the GNU General Public License,
  46. which means that normally you must distribute sources whenever you distribute
  47. executables; see COPYING.
  48.  
  49.  
  50. Credits:
  51.   Frank Whaley of WordStar ported RCS to MS-DOS and OS/2.
  52.   Rich Braun of Kronos contributed Novell support.
  53.   Kai Uwe Rommel contributed many fixes.
  54.   Paul Eggert of Twin Sun integrated.
  55.  
  56.  
  57.     KNOWN PROBLEMS
  58.  
  59. rcsclean hasn't been tested.
  60.  
  61. If you specify a filename longer than the DOS limits, RCS uses the
  62. long filename, but DOS silently truncates it.  This can lead to
  63. spurious differences e.g. in the filenames in Id strings, because
  64. the filename you tell `rcsdiff' may differ from the name you told `co'.
  65.  
  66. By default, pathnames in $Header and $Source keyword expansions use /
  67. to separate pathname components, because \ prevents these expansions
  68. from being usefully placed into C strings.  If you prefer \ anyway,
  69. change the definition of SLASH in conf.h to '\\'.
  70.