home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / IntroDev / CompTest / CompVC / build.bat next >
Encoding:
DOS Batch File  |  2000-06-23  |  200 b   |  5 lines

  1. cl /com+ /c CompVC.cpp
  2. link -noentry -dll /out:..\Bin\CompVC.dll CompVC
  3.  
  4. rem Copy this to the \bin subdirectory of the application's virtual directory
  5. copy /y ..\Bin\CompVC.dll "..\ClientASP+\Bin"