OSDN Git Service

Added NASM support
authorTed Jump <tjump@users.sourceforge.net>
Sun, 19 Sep 1999 09:55:37 +0000 (09:55 +0000)
committerTed Jump <tjump@users.sourceforge.net>
Sun, 19 Sep 1999 09:55:37 +0000 (09:55 +0000)
docs/README.WIN32

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