From: Ted Jump Date: Sun, 19 Sep 1999 09:55:37 +0000 (+0000) Subject: Added NASM support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32b20284b8731106a354209721e088fb735393a6;p=mesa.git Added NASM support --- diff --git a/docs/README.WIN32 b/docs/README.WIN32 index 9ba62632cd8..65e4fc2b6c9 100644 --- a/docs/README.WIN32 +++ b/docs/README.WIN32 @@ -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.