home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-08 | 723 b | 54 lines |
-
- all: DirectoryServices EventLog FileSystemWatcher Installers MessageQueue PerformanceCounters Process ServiceApplication Timers Tracing
-
- DirectoryServices::
- cd DirectoryServices
- - nmake all
- cd ..
-
- EventLog::
- cd EventLog
- - nmake all
- cd ..
-
- FileSystemWatcher::
- cd FileSystemWatcher
- - nmake all
- cd ..
-
- Installers::
- cd Installers
- - nmake all
- cd ..
-
- MessageQueue::
- cd MessageQueue
- - nmake all
- cd ..
-
- PerformanceCounters::
- cd PerformanceCounters
- - nmake all
- cd ..
-
- Process::
- cd Process
- - nmake all
- cd ..
-
- ServiceApplication::
- cd ServiceApplication
- - nmake all
- cd ..
-
- Timers::
- cd Timers
- - nmake all
- cd ..
-
- Tracing::
- cd Tracing
- - nmake all
- cd ..
-
-