home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / inole / makeall.bat < prev    next >
DOS Batch File  |  1995-05-03  |  334b  |  14 lines

  1. @echo off
  2.  
  3. nmake /NOLOGO clean
  4. echo Building "Inside_OLE_Utilities_DLL" > err
  5. nmake /I /NOLOGO >> err
  6. if exist inole.dll copy inole.dll ..\build
  7. if exist inole.lib copy inole.lib ..\lib
  8.  
  9. type err >> ..\build\err
  10.  
  11. echo. >> ..\build\err
  12. echo ****************************************** >> ..\build\err
  13. echo. >> ..\build\err
  14.