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

  1. all: Hello.dll  DirectHostService
  2.  
  3. Hello.dll: HelloService.cs
  4.   csc /debug+ /t:library /out:Hello.dll HelloService.cs
  5.   copy Hello.dll ..\bin
  6.   
  7. DirectHostService:
  8.   cd $*
  9.   nmake -a all
  10.   cd ..
  11.