===============================================================================
wxWidgets setup for Windows Environment
===============================================================================
wxWidgets is available in the following site.

http://www.wxwidgets.org/

Download a package file wxMSW-2.8.x.zip and expand it in this directory.

-------------------------------
Setting wxWidgets for Borland-C
-------------------------------
Open a command prompt window in which PATH environment variable includes a
directory of Borland tools.

Then, change the current directory to build\msw and executes the following command.

 > make -f makefile.bcc BUILD=release

-----------------------------------
Setting wxWidgets for Visual Studio
-----------------------------------
Open a command prompt with Visual Studio environment by selecting Window's
start menu: [Start]-[Program]-[Microsoft Visual Studio xxxx]-
[Visual Studio Command Prompt].

Then, change the current directory to build\msw and executes the followint command.

 > nmake -f makefile.vc BUILD=release
