home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / OS2 / EDM2 / COMMON / SNIPPETS / NEWC2.ZIP / g.cmd next >
Encoding:
Text File  |  1997-01-27  |  439 b   |  10 lines

  1. rem - You will receive a slew of LNK4085 notices (these are not errors
  2. rem   or warnings,  but a NOTICE),  so I redirect the output to "out".
  3.  
  4. rem - This program does not use any C runtime calls (/Gn).  If you
  5. rem   add any,  take into account that the *.def file has "INITGLOBAL"
  6. rem   and "SINGLE SHARED" data;  both of which tend to make C runtimes
  7. rem   sick.
  8.  
  9. icc /Gn /O /Fenewcalls.dll newcalls.c newfwd.def os2386.lib >out
  10.