home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / makefile next >
Encoding:
Makefile  |  2000-06-23  |  1.2 KB  |  115 lines

  1.  
  2. all: Asm Reflector VideoPlayer Wintalk Bank CrossLang Exceptions FindType RothIRA CorHost ClsView Wordcount Chat CustAttr GC Permissions ValueEnum QuickStart
  3.  
  4. Asm::
  5.     cd $*
  6.     - ..\nmake all
  7.     cd ..
  8.  
  9. ClsView::
  10.     cd $*
  11.     - ..\nmake all
  12.     cd ..
  13.  
  14. CorHost::
  15.     cd Assemblies
  16.     cd $*
  17.     - ..\..\nmake -f makemountains.
  18.     cd ..
  19.     cd ..
  20.  
  21. RothIRA::
  22.     cd Assemblies
  23.     cd $*
  24.     - ..\..\nmake all
  25.     cd ..
  26.     cd ..
  27.  
  28. Bank::
  29.     cd $*
  30.     - ..\nmake all
  31.     cd ..
  32.  
  33. CrossLang::
  34.     cd $*
  35.     - ..\nmake all
  36.     cd ..
  37.  
  38. Exceptions::
  39.     cd $*
  40.     - ..\nmake all
  41.     cd ..
  42.  
  43.  
  44. Reflector::
  45.     cd $*
  46.     cd vc
  47.     - ..\..\nmake all
  48.     cd ..
  49.     cd cs
  50.     - ..\..\nmake all
  51.     cd ..
  52.     cd ..
  53.  
  54. VideoPlayer::
  55.     cd $*
  56.     - ..\nmake all
  57.     cd ..
  58.  
  59. Wintalk::
  60.     cd $*
  61.     cd cs
  62.     - ..\..\nmake all
  63.     cd ..
  64.     cd ..
  65.  
  66. FindType::
  67.     cd $*
  68.     - ..\nmake all
  69.     cd ..
  70.  
  71. Wordcount::
  72.     cd $*
  73.     - ..\nmake all
  74.     cd ..
  75.  
  76. Chat::
  77.     cd $*
  78.     - ..\nmake all
  79.     cd ..
  80.  
  81. CustAttr::
  82.     cd $*
  83.     - ..\nmake all
  84.     cd ..
  85.  
  86. GC::
  87.     cd $*
  88.     - ..\nmake all
  89.     cd ..
  90.  
  91. LocalizedResources::
  92.     cd $*
  93.     - ..\nmake all
  94.     cd ..
  95.  
  96. Permissions::
  97.     cd $*
  98.     - ..\nmake all
  99.     cd ..
  100.  
  101. SecureRes::
  102.     cd $*
  103.     - ..\nmake all
  104.     cd ..
  105.  
  106. ValueEnum::
  107.     cd $*
  108.     - ..\nmake all
  109.     cd ..
  110.  
  111. QuickStart::
  112.     cd $*
  113.     - ..\nmake all 2>&1 >Build.log
  114.     cd ..
  115.