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 / chap10 / makeall.bat
DOS Batch File  |  1995-05-03  |  367b  |  9 lines

  1. @echo off
  2.  
  3. call ..\mksamp2 ddataobj "Data_Object_DLL_Chapter_10"    ddataobj.dll
  4. call ..\mksamp2 edataobj "Data_Object_EXE_Chapter_10"    edataobj.exe
  5. call ..\mksamp2 datauser "Data_User_Chapter_10"          datauser.exe
  6.  
  7. call ..\mksamp2 polyline "Polyline_Component_Chapter_10" poly10.dll
  8. call ..\mksamp1 cocosmo  "Component_Cosmo_Chapter_10"    cocos10.exe
  9.