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

  1. all: BinaryFormatter SoapFormatter SoapMessage ISerializable
  2.  
  3. BinaryFormatter::
  4.   cd $*
  5.   nmake -a all
  6.   cd ..
  7.  
  8. SoapFormatter::
  9.   cd $*
  10.   nmake -a all
  11.   cd ..
  12.  
  13. SoapMessage::
  14.   cd $*
  15.   nmake -a all
  16.   cd ..
  17.  
  18. ISerializable::
  19.   cd $*
  20.   nmake -a all
  21.   cd ..