home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 September / VPR0309.ISO / DOTNETSDK / dotNETSDK / setup.exe / netfxsd1.cab / makefile_728________.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Encoding:
Makefile  |  2001-09-27  |  220 b   |  10 lines

  1. all: Client.exe 
  2.  
  3. Homenet.dll : 
  4.   copy ..\bin\Homenet.dll
  5.   copy ..\bin\MediaPlayer.dll
  6.  
  7. Client.exe: Homenet.dll Client.cs
  8.   csc /debug+ /r:System.Runtime.Remoting.dll /r:Homenet.dll /out:Client.exe Client.cs
  9.  
  10.