Updated cmdline makefiles to be able to produce JAWS binaries.
authorEric Mullins <emwine@earthlink.net>
Tue, 14 Jul 2009 04:26:56 +0000 (22:26 -0600)
committerEric Mullins <emwine@earthlink.net>
Tue, 14 Jul 2009 04:26:56 +0000 (22:26 -0600)
commita315e02d0fd3ee18914b012f7fc0c4d9ae1504cb
treef7186fcb500a98afe2ce984c6eb06b4da73c0f6d
parent07d6c1c19f1ca78bf3c60183447dee9f80a40bbd
Updated cmdline makefiles to be able to produce JAWS binaries.

This breaks support for MSVC 4.x.  It may still be possible to
use that compiler if you obtain the latest SDK from Microsoft.
MSVC 6.0 still works, but I had to change the target windows
version to 0x500 which causes warnings about building beta
applications.  This is all due to the use of MENUBARINFO data
type in the jaws binary.  You can reduce the WINVER to 0x0400
safely if you are not building a JAWS binary, and MSVC 4.x
will work fine.
winboard/makefile.gcc
winboard/makefile.ms