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

  1. #
  2. # Makefile
  3. #
  4.  
  5. _DXDIR=..
  6. all: PlayStyles
  7.  
  8. PlayStyles::
  9.     -@cd $*
  10.     -@nmake all
  11.     -@cd ..
  12.  
  13. clean:
  14.     -@cd PlayStyles
  15.     -@nmake clean
  16.     -@cd ..
  17.