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

  1. !include ..\..\master.mak
  2.  
  3. all: NewsWire.dll MyHost.exe
  4.  
  5. NewsWire.dll: NewsWire.cs
  6.   $(_CS) $(_CS_DLL_FLAGS) /out:NewsWire.dll NewsWire.cs
  7.   copy NewsWire.dll .\bin
  8.   copy NewsWire.dll ..\MyNews
  9.   copy NewsWire.dll ..\MyNews\bin
  10.  
  11. MyHost.exe: MyHost.cs