home *** CD-ROM | disk | FTP | other *** search
- rem create Microsoft C 4.0 libraries
-
- rem to assemble xspawn.asm define LCODE and LDATA as shown below
- rem small memory model
- rem medium memory model /dLCODE
- rem compact memory model /dLDATA
- rem large memory model /dLCODE /dLDATA
-
- masm xspawn.asm /b63 /w2 /mx /dLCODE /dLDATA;
-
- rem change /AL to the appropriate memory model
-
- cl /AL /c /W2 /Oas /Zl /DMSC4 xspawnl.c xspawnle.c xspawnlp.c xspwnlpe.c xspawnv.c xspawnve.c xspawnvp.c xspwnvpe.c xsystem.c
-
- rem change the two occurrences of the library name to reflect the memory model
-
- erase xspwnm4l.lib
- lib xspwnm4l.lib +xspawnl+xspawnle+xspawnlp+xspwnlpe+xspawnv+xspawnve+xspawnvp+xspwnvpe+xsystem+xspawn;