diff options
author | Ted Jump <tjump@users.sourceforge.net> | 1999-09-19 09:55:37 +0000 |
---|---|---|
committer | Ted Jump <tjump@users.sourceforge.net> | 1999-09-19 09:55:37 +0000 |
commit | 32b20284b8731106a354209721e088fb735393a6 (patch) | |
tree | 4161f45b583af8195c04f9eea3aba2e8a2c3857c /docs/README.WIN32 | |
parent | 725ec81ae80e024df4a5490405dbfbc598533e6e (diff) |
Added NASM support
Diffstat (limited to 'docs/README.WIN32')
-rw-r--r-- | docs/README.WIN32 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/README.WIN32 b/docs/README.WIN32 index 9ba62632cd..65e4fc2b6c 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.
|