diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-10 00:35:37 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-10 00:35:37 +0000 |
commit | effc271151c1fd69e5e4d00b5420e826a56b16e3 (patch) | |
tree | 3e8f1284135116cec7c2b8155e4f00e44521a2cc /Mkfiles | |
parent | 7f588e0e4c8bcc651396e9334f8fe76ff3adabaa (diff) | |
download | nasm-effc271151c1fd69e5e4d00b5420e826a56b16e3.tar.gz nasm-effc271151c1fd69e5e4d00b5420e826a56b16e3.tar.bz2 nasm-effc271151c1fd69e5e4d00b5420e826a56b16e3.zip |
Fix comment.
Diffstat (limited to 'Mkfiles')
-rw-r--r-- | Mkfiles/Makefile.bc3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Mkfiles/Makefile.bc3 b/Mkfiles/Makefile.bc3 index b7f4932..a59b817 100644 --- a/Mkfiles/Makefile.bc3 +++ b/Mkfiles/Makefile.bc3 @@ -5,12 +5,10 @@ # redistributable under the licence given in the file "Licence" # distributed in the NASM archive. # -# This makefile is made for compile NASM and NDISASM on a 16 bit dos -# compiler like Microsoft C, or Borland C. This should work on all -# verioson of Turbo C++ and Borland C++ from version 3.0 and upwords. -# I'm not fully sure how it will handel on Microsoft C, but all the -# switches are documented, and it shouldn't be a problem to change it -# over. +# This Makefile compiles NASM and NDISASM for 16 bit DOS using Borland +# C++; tested with version 3.1. It probably should work for any +# version of Turbo C++ or Borland C++ from version 3.0 upwards. +# For Turbo C++, replace "bcc" with "tcc", and replace "-O1" with "-O". # # Most everything is remarked, and explaned in full, it should be # easy to convert it to another compiler. I tried to make the devision |