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

  1. all: MediaPlayer.dll Homenet.dll MediaHost.exe
  2.  
  3. MediaPlayer.dll: 
  4.   tlbimp /silent msdxm.ocx 
  5.   copy MediaPlayer.dll ..\bin
  6.  
  7. Homenet.dll: Homenet.cs
  8.   csc /debug+ /t:library -r:MediaPlayer.dll -out:Homenet.dll Homenet.cs
  9.   copy Homenet.dll ..\bin
  10.  
  11. MediaHost.exe: MediaHost.cs
  12.   csc /debug+ MediaHost.cs
  13.  
  14.