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

  1. all: ActiveDS ASPXTOADO DirectX InternetExplorer ManagedEvents WinForms
  2.  
  3. ActiveDS::
  4.     cd $*
  5.     - nmake all
  6.     cd ..
  7.  
  8. ASPXTOADO::
  9.     cd $*
  10.     - nmake all
  11.     cd ..
  12.  
  13. DirectX::
  14.     cd $*
  15.     - nmake all
  16.     cd ..
  17.  
  18. InternetExplorer::
  19.     cd $*
  20.     - nmake all
  21.     cd ..
  22.  
  23. ManagedEvents::
  24.     cd $*
  25.     - nmake all
  26.     cd ..
  27.  
  28. WinForms::
  29.     cd $*
  30.     - nmake all
  31.     cd ..
  32.  
  33. clean:
  34.     cd ActiveDS
  35.     - nmake clean
  36.     cd ..
  37.  
  38.     cd ASPXTOADO
  39.     - nmake clean
  40.     cd ..
  41.  
  42.     cd DirectX
  43.     - nmake clean
  44.     cd ..
  45.  
  46.     cd InternetExplorer
  47.     - nmake clean
  48.     cd ..
  49.  
  50.     cd ManagedEvents
  51.     - nmake clean
  52.     cd ..
  53.  
  54.     cd WinForms
  55.     - nmake clean
  56.     cd ..
  57.