diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:27:41 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:27:41 +0300 |
commit | 61bb57af53ebe916d2db6e3585d4fc7ac1d99b92 (patch) | |
tree | 2bfc4e5b127618d286f57a87d416702131b1b01d /README.dos | |
parent | 0a9ae0c89481db540e1b817a63cc6c793a62c90d (diff) | |
download | egawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.tar.gz egawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.tar.bz2 egawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.zip |
Move to gawk-2.15.3.
Diffstat (limited to 'README.dos')
-rw-r--r-- | README.dos | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/README.dos b/README.dos deleted file mode 100644 index 110fed7e..00000000 --- a/README.dos +++ /dev/null @@ -1,19 +0,0 @@ - Gawk has been compiled and tested under MS-DOS using MSC 5.1. To compile -under DOS, move the stuff in the pc directory to the directory with the rest -of the gawk sources, and run make.bat. - - If you have Ndmake (or some other unix-like make utility), you can use -the Makefile.pc file. - - You will have to put CRs at the end of each line in the make.bat or -Makefile.pc file. - - You will also have to copy the Microsoft library routine setargv.obj to -the gawk directory for the link to work. - - Please note: Gawk is very sensitive to compiler optimization; using -Oa -or -Ox WILL cause errors. It is recommended to only use the default -optimization. Also, you should get warning messages, but you can ignore them. - - If you have any problems with the DOS version of Gawk, please send them to -Scott Deifik, scottd@amgen.com. |