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

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