Git init
[external/mawk.git] / msdos / INSTALL
1
2 READ NOTES about 1.3 for DOS
3
4 how to make mawk under MsDOS
5 ---------------------------
6
7 TurboC: Move msdos\makefile.tcc to makefile
8
9 MSC : Move msdos\makefile.msc to makefile
10       Currently you don't get wildcard expansion on filenames with
11       msc mawk -- this must be simple to fix, if you do please send
12       the changes.  (You have to do something with SETARGV in the link
13       file)
14
15 Assuming you keep the same directory structure:
16
17 1)  If you want a Unix style command line for mawk, you'll need to
18     write a function called reargv(int *, char ***) which passes
19     mawk the modified argc and argv via reargv(&argc,&argv).
20     Put it in a file called reargv.c
21
22     The supplied argvmks.c works with the MKS shell.
23
24 2)  YACC --
25 Take some care that you don't trash parse.[ch] unless you're
26 sure you want to remake them.
27
28 3)  The same test suite that is run on mawk under Unix can now
29 be run under DOS.  See test\mawktest.bat and test\fpe_test.bat.
30