Added NASM support

This commit is contained in:
Ted Jump 1999-09-19 09:55:37 +00:00
parent 725ec81ae8
commit 32b20284b8
1 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Mesa/Readme.win32
Last Updated: Thursday, September 16th, 1999 - tjump@tertius.com
Last Updated: Sunday, September 19th, 1999 - tjump@tertius.com
*** What's New
@ -12,6 +12,16 @@
What did you expect, complete regression testing maybe?
- NASM build support. Any file in the project coded as a .S file will
automatically be recognized and built as a NASM-source assember file.
To enable building using NASM, set the environment variable NASM to
indicate that command to execute to run nasm on a file. If NASM is in
your command search path then all this needs be set to is 'nasmw' -
otherwise you will need to include the complete drive and directory path.
NASM may be retrieved here: http://www.web-sites.co.uk/nasm/
- DevStudio projects suspended for compatability reasons: projects modified
by DevStudio 6 are not compatible with DevStudio 5.