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

  1. all: Excel Word
  2.  
  3. Excel::
  4.     cd $*
  5.     - nmake all
  6.     cd ..
  7.  
  8. Word::
  9.     cd $*
  10.     - nmake all
  11.     cd ..
  12.  
  13. clean:
  14.     cd Excel
  15.     - nmake clean
  16.     cd ..
  17.  
  18.     cd Word
  19.     - nmake clean
  20.     cd ..
  21.  
  22.