Copyright 2002 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Bison Installation for Win32 ============================ This directory contains files to build Bison for Windows 95/NT using Microsoft Visual C++ 6.0 and NMAKE the same version: * config.h - header created manually from config.hin with actual settings for MSVC 6.0. * msvc60.mak - makefile for NMAKE 6.0 to compile Bison. The general way to compile this package is: 1. Compile Bison by typing `nmake -f msvc60.mak' in "Command Prompt" window with this directory as current one. Environment variables for MSVC should be set before compile by VCVARS32.BAT script or by another way. 2. Install Bison by copying compiled `bison.exe', `bison.simple' and `bison.hairy' into your desired directory (listed in PATH). By example, into `C:\WINNT\system32' for Windows NT/2000/XP or `C:\Windows\System' for Windows 95/98. Original `bison.simple' and `bison.hairy' files are located in `src' subdirectory of bison source distribution. 3. You can remove the program binaries and object files from this directory by typing `nmake -f msvc60.mak clean'. This porting has been prepared by Yury Lebedev at 2002-09-20.