DevCpp\r
--\r
For DevCpp, you need to 'File|Open Project or File...' and select either\r
- 'winboard.dev' or 'WB4Jaws.dev'. After parsing the project, you can 'Execute|\r
- Compile' to build. This IDE has no facility for defines in the resource\r
- compiler, so the version information resource will not indicate JAWS support\r
- even if it actually has that support. These projects are not set up for\r
- debugging, but you can do so by adjusting the 'Compiler' and 'Parameters'\r
- options in the 'Project|Project Options' dialog.\r
+ 'winboard.dev' or 'WB4Jaws.dev'. After parsing the project, you can\r
+ 'Execute|Compile' to build. This IDE has no facility for defines in the\r
+ resource compiler, so the version information resource will not indicate\r
+ JAWS support even if it actually has that support. These projects are not\r
+ set up for debugging, but you can do so by adjusting the 'Compiler' and\r
+ 'Parameters' options in the 'Project|Project Options' dialog.\r
\r
\r
\r
\r
nmake -f makefile.ms Note: NMAKE, not MAKE\r
\r
- For Visual Studio 2005 and later, set VCVER to 8, otherwise set it to 6.\r
- You can select JAWS support or debugging just like the GCC makefile. For\r
- MSVC 6.0 and earlier, you are going to need the latest SDK from Microsoft.\r
- After you install it, set the SDK_INC variable appropriately. It defaults\r
- to the standard location, but you still need to uncomment the line.\r
-\r
+ For Visual Studio 2005 and later, set VCVER to 8, otherwise set it to\r
+ 6. You can select JAWS support or debugging just like the GCC\r
+ makefile. For MSVC 6.0 and earlier, you are going to need the latest\r
+ SDK from Microsoft. After you install it, set the SDK_INC variable\r
+ appropriately. It defaults to the standard location, but you still\r
+ need to uncomment the line. Prior to compiling from the command line,\r
+ it will be necessary to invoke VCVARS32.BAT if you didn't have MSVC\r
+ register the command line environment variables during installation.\r