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

  1. all: EventFireHost.exe Zap.dll Wak.dll
  2.  
  3. Wak.dll:
  4.   copy ..\bin\Wak.dll
  5.  
  6. EventFireHost.exe: EventFireHost.cs
  7.  csc /debug+ /r:System.Runtime.Remoting.dll EventFireHost.cs
  8.  
  9. Zap.dll: Zap.cs
  10.   csc /debug+ /t:library -out:Zap.dll Zap.cs
  11.   copy Zap.dll ..\bin