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

  1. !include ..\..\master.mak
  2.  
  3. all: MyNews.exe
  4.  
  5. NewsWire.dll : 
  6.   cd ..\NewsZone
  7.   nmake
  8.   cd..\MyNews
  9.   copy ..\NewsZone\NewsWire.dll
  10.   copy ..\NewsZone\NewsWire.dll bin
  11.  
  12. MyNews.exe: NewsWire.dll MyNews.cs
  13.   $(_CS) $(_CS_EXE_FLAGS) /r:System.Net.dll /r:System.Runtime.Remoting.dll /r:NewsWire.dll /out:MyNews.exe MyNews.cs