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

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