  This file describes how to compile the editor for Win32 systems using
Microsoft Visual C compiler. Note that I don't have it and Microsoft doesn't
offer reduced versions for free like Borland does. For this reason this
target ever lags behind. I need volunteer to test this target periodically.

$Id: msvc.txt,v 1.1 2003/06/16 22:33:25 set Exp $

1. INTRODUCTION
2. HOW TO COMPILE



1. INTRODUCTION

  This target is supported because users helped to make it possible. If you
find any problem just do the same the other users did: help to fix them.
  You can also create Win32 versions of this package using BorlandC Builder,
Cygwin or MinGW.
  Versions 5.0, 6.0 and 7.0 compiled the code.

2. HOW TO COMPILE

  I'm trying to unify the compilation process but I need volunteers to help
testing the new MSVC makefiles. For this reason you should use the old
mechanism explained in WinNT/README
  The WinNT/Makefile.nmk file contains the information needed to create the
executable just use it with nmake.
  If you want to help with the unified mechanism try using the Makefile.nmk
file located in the main directory and inform me where it fails.

