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

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