home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / howto / samples / Services / makefile
Encoding:
Makefile  |  2000-06-08  |  723 b   |  54 lines

  1.  
  2. all: DirectoryServices EventLog FileSystemWatcher Installers MessageQueue PerformanceCounters Process ServiceApplication Timers Tracing
  3.  
  4. DirectoryServices::
  5.     cd DirectoryServices
  6.     - nmake all
  7.     cd ..
  8.  
  9. EventLog::
  10.     cd EventLog
  11.     - nmake all
  12.     cd ..
  13.  
  14. FileSystemWatcher::
  15.     cd FileSystemWatcher
  16.     - nmake all
  17.     cd ..
  18.  
  19. Installers::
  20.     cd Installers
  21.     - nmake all
  22.     cd ..
  23.  
  24. MessageQueue::
  25.     cd MessageQueue
  26.     - nmake all
  27.     cd ..
  28.  
  29. PerformanceCounters::
  30.     cd PerformanceCounters
  31.     - nmake all
  32.     cd ..
  33.  
  34. Process::
  35.     cd Process
  36.     - nmake all
  37.     cd ..
  38.  
  39. ServiceApplication::
  40.     cd ServiceApplication
  41.     - nmake all
  42.     cd ..
  43.  
  44. Timers::
  45.     cd Timers
  46.     - nmake all
  47.     cd ..
  48.  
  49. Tracing::
  50.     cd Tracing
  51.     - nmake all
  52.     cd ..
  53.  
  54.