home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / dotNETSDK / SETUP.EXE / netfxsd1.cab / makefile_746________.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Encoding:
Makefile  |  2001-03-23  |  108 b   |  12 lines

  1. all: Service Client
  2.  
  3. Service::
  4.     cd $*
  5.     nmake -a all
  6.     cd ..
  7.  
  8. Client::
  9.     cd $*
  10.     nmake -a all
  11.     cd ..
  12.