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

  1. all: RemotingHello RemotingObjects RemotingCollections RemotingEvents
  2.  
  3. RemotingHello::
  4.     cd $*
  5.     nmake -a all
  6.     cd ..
  7.  
  8. RemotingObjects::
  9.     cd $*
  10.     nmake -a all
  11.     cd ..
  12.  
  13. RemotingCollections::
  14.     cd $*
  15.     nmake -a all
  16.     cd ..
  17.  
  18. RemotingEvents::
  19.     cd $*
  20.     nmake -a all
  21.     cd ..
  22.