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

  1. !IFNDEF CORSDK
  2. CORSDK=..\..\..
  3. !ENDIF
  4. !INCLUDE ..\makefile.cor
  5.  
  6. client.exe: MyTestException.dll client.il
  7.  
  8. MyTestException.dll: 
  9.   copy ..\VCServer\$@ $@
  10.  
  11. all: client.exe 
  12.