home *** CD-ROM | disk | FTP | other *** search
/ Zodiac Super OZ / MEDIADEPOT.ISO / FILES / 13 / DJCRX201.ZIP / include / libc / mkfargs.bat < prev    next >
DOS Batch File  |  1995-06-13  |  202b  |  6 lines

  1. @echo off
  2.  
  3. echo /* special version for libc - uses %%gs instead of %%fs.  Ignore comments */> farptrgs.h
  4. echo.>>farptrgs.h
  5. sed -e 's/%%fs/%%gs/g' -e 's/0x64/0x65/g' < ..\sys\farptr.h >> farptrgs.h
  6.