home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / exceptions / VBClient / makefile < prev   
Encoding:
Makefile  |  2000-06-23  |  274 b   |  13 lines

  1. !IFNDEF CORSDK
  2. CORSDK=..\..\..
  3. !ENDIF
  4. !INCLUDE ..\makefile.cor
  5.  
  6. client.exe: MyTestException.dll client.vb
  7.     $(_BC) $(_VB_EXE_FLAGS) /r:MyTestException.dll client.vb
  8.  
  9. MyTestException.dll:
  10.     copy ..\VCServer\MyTestException.dll MyTestException.dll
  11.  
  12. all: client.exe 
  13.