Building SATELLITE Ver.4 on Microsoft Windows 32-bit Platforms

1. Introduction

This document is a guide to building SATELLITE 4 on Windows platforms.
The Windows build uses some GNU tools to control the build process, 
and Microsoft's Visual C++ .NET2003 to build its source files.

2. Software Requirements

2.1 Building tools

 - Microsoft Visiual C++ .NET2003

  You must have Microsoft Visual C++ .NET2003 or Visual Studio .NET2003.

2.2 Bundle software

 - GCC forWin32 (mingw)

  You must have GCC (GNU C compiler) from Mingw32 project.

    http://www.mingw.org/

  Currently requirements, below.

    binutils-2.13.90-20030111-1.tar.gz
    gcc-core-3.3.1-20030804-1.tar.gz
    gcc-g++-3.3.1-20030804-1.tar.gz
    make-3.79.1-20010722.tar.gz
    mingw-runtime-3.2.tar.gz
    w32api-2.4.tar.gz

  * These packages have to extract and to arrange in the 
    'COMPILED_BINARIES_DIR\tools\gcc' directory.

3. Compile source code

  You may compile using VC++ solution file 'NET2003/satellite4.sln'

