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

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