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

  1. all: ConsoleClient ConsoleClientAll ConsoleClientDirect RemotingHelloWebClient
  2.  
  3. ConsoleClient:
  4.     cd $*
  5.     nmake -a all
  6.     cd ..
  7.  
  8. ConsoleClientAll:
  9.     cd $*
  10.     nmake -a all
  11.     cd ..
  12.  
  13. ConsoleClientDirect:
  14.     cd $*
  15.     nmake -a all
  16.     cd ..
  17.  
  18. RemotingHelloWebClient:
  19.     cd $*
  20.     nmake -a all
  21.     cd ..
  22.  
  23.