home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / samples / makefile < prev   
Encoding:
Makefile  |  2000-06-08  |  1.2 KB  |  91 lines

  1.  
  2. all::
  3.     cd webforms\intro
  4.     - nmake all
  5.     cd ..\..
  6.     cd webforms\ctrlauth
  7.     cd Composition
  8.     - nmake all
  9.     cd VB
  10.     - nmake all
  11.     cd ..\..\CustomParsing
  12.     - nmake all
  13.     cd VB
  14.     - nmake all    
  15.     cd ..\..\NonComposition
  16.     - nmake all
  17.     cd VB
  18.     - nmake all
  19.     cd ..\..\Simple
  20.     - nmake all
  21.     cd VB
  22.     - nmake all
  23.     cd ..\..\Templates
  24.     - nmake all
  25.     cd VB
  26.     - nmake all
  27.     cd ..\..\ViewState
  28.     - nmake all
  29.     cd VB
  30.     - nmake all
  31.     cd ..\..\..\..
  32.     cd webforms\busobjs
  33.     - nmake all
  34.     cd ..\..
  35.     cd webforms\busobjs\VB
  36.     - nmake all
  37.     cd ..\..\..
  38.     cd apps\handler
  39.     - nmake all
  40.     cd ..\..
  41.     cd apps\VB\handler
  42.     - nmake all
  43.     cd ..\..\..
  44.     cd classbrowser
  45.     - nmake all
  46.     cd ..
  47.     cd grocertogo
  48.     - nmake all
  49.     cd VB
  50.     - nmake all
  51.     cd ..\..
  52.     cd localize\resources
  53.     - nmake all
  54.     cd ..\..
  55.     cd portal\personalization
  56.     - nmake all
  57.     cd ..\..
  58.     cd services\mathservice
  59.     - nmake all
  60.     cd VB
  61.     - nmake all
  62.     cd ..
  63.     cd ..\..
  64.     cd services\datatypes
  65.     - nmake all
  66.     cd VB
  67.     - nmake all
  68.     cd ..
  69.     cd ..\..
  70.     cd services\dataservice
  71.     - nmake all
  72.     cd VB
  73.     - nmake all
  74.     cd ..
  75.     cd ..\..
  76.     cd services\textmatching
  77.     - nmake all
  78.     cd ..\..
  79.     cd services\intrinsics
  80.     - nmake all
  81.     cd VB
  82.     - nmake all
  83.     cd ..
  84.     cd ..\..
  85.  
  86. clean::
  87.     del /s *.pdb *.dll *.exe
  88.  
  89.  
  90.  
  91.