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

  1. !include ..\..\master.mak
  2.  
  3. all: MyPage.exe
  4.  
  5. MyPage.exe: MyPage.cs
  6.   $(_CS) $(_CS_EXE_FLAGS) /r:System.Net.dll /r:System.Runtime.Remoting.dll /out:MyPage.exe MyPage.cs
  7.  
  8.  
  9.