##########################################################################
#                           GrWinTk ToolKit                              #
#                                                                        #
#                  for the GrWin Library ver. 0.99.9b                    #
#               http://spdg1.sci.shizuoka.ac.jp/grwinlib                 #
#                                                                        #
#              Copyright (C) 2001 by Tsuguhiro Tamaribuchi               #
#                   tamari@spdg1.sci.shizuoka.ac.jp                      #
#                                                                        #
##########################################################################

The files in this directory are for building library files for the GrWin 
Graphics Library (GrWinlib), with which a user's application can drive 
the graphics engine grwnd.exe of the GrWinlib system. Also included are 
patches for the GrWin-PGPLOT drivers and the f2c library for Win32 
environment. The GrWinlib is a library of graphics routines for Fortran 
and C (C++) developed specifically on Windows Xp/2000/NT/Me/9x (x86) 
platforms.  

This ToolKit supports the following compiler systems:

    MinGW-2.x
    Cygnus Cygwin 1.3.x
    Open Watcom C/C++ and Fortran 1.0
    Borland C++ Compiler 5.5 (*)
    Digital Mars C/C++ Compilers (*)
    Intel(R) C++ Compiler 7.x (*)
    Intel(R) Fortran Compiler 7.x
    Microsoft Visual C++ Version 6.0 (*)
    Compaq (DIGITAL) Visual Fortran Version 6
    AT&T UWIN 2.9 + gcc-2.95.2-uwin
    gcc-2.95.2-mingw32 (CRTDLL, MSCVCRT)
    Cygnus Cygwin B20.1 + gcc-2.95.2-cygb20

For each alone of the systems marked with (*), which does not have a 
Fortran compiler, the f2c library is available to make applications 
written in Fortran 77 with GrWin and PGPLOT.

Prebuilt binaries are available at

   ftp://spdg1.sci.shizuoka.ac.jp/pub/GrWinlib/english,

and associated documentation is available at 

   http://spdg1.sci.shizuoka.ac.jp/grwinlib/english/.


MANIFEST:

    build/          make all here with gnu-win32 / use IDE with VC++ & VF
    f2c/            a patch to the original source tree of f2c VERSION 20021022
    pgplot/         a patch to the original source tree of PGPLOT version 5.2
    src/            source code for the GrWin library
    README          this file
    README.jp       README file in Japanese
    GrWin.h         the header file for all the GrWin applcations
    Version.h       for version controll
