home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_10 / 9n10039b < prev    next >
Text File  |  1991-08-15  |  100b  |  9 lines

  1.  
  2. cl /Od /c /Fa *.c
  3.  
  4. del asm.tmp
  5.  
  6. for %%f in (*.asm) do type %%f >> asm.tmp
  7.  
  8. c_calls asm.tmp
  9.