home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / Remoting / COMZone / makefile < prev    next >
Encoding:
Makefile  |  2000-06-23  |  292 b   |  15 lines

  1. !include ..\..\master.mak
  2.  
  3. all: RateSvr.dll MyHost.exe
  4.  
  5. RateSvr.dll : RateLookup.dll
  6.         regsvr32 /s RateLookup.dll
  7.         tlbimp RateLookup.dll
  8.         copy RateSvr.dll .\bin
  9.         copy RateSvr.dll ..\MyCOM
  10.         copy RateSvr.dll ..\MyCOM\bin
  11.  
  12. MyHost.exe: MyHost.cs
  13.  
  14.  
  15.