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

  1. all: AsyncDelegate CallContext ChannelSinks CustomProxies RemotingCOM Serialization
  2.  
  3. AsyncDelegate::
  4.     cd $*
  5.     nmake -a all
  6.     cd ..
  7.  
  8. CallContext::
  9.     cd $*
  10.     nmake -a all
  11.     cd ..
  12.  
  13. ChannelSinks::
  14.     cd $*
  15.     nmake -a all
  16.     cd ..
  17.  
  18. CustomProxies::
  19.     cd $*
  20.     nmake -a all
  21.     cd ..
  22.  
  23. RemotingCOM::
  24.     cd $*
  25.     nmake -a all
  26.     cd ..
  27.  
  28. Serialization::
  29.     cd $*
  30.     nmake -a all
  31.     cd ..
  32.