home *** CD-ROM | disk | FTP | other *** search
Makefile | 2001-03-19 | 380 b | 32 lines |
- all: AsyncDelegate CallContext ChannelSinks CustomProxies RemotingCOM Serialization
-
- AsyncDelegate::
- cd $*
- nmake -a all
- cd ..
-
- CallContext::
- cd $*
- nmake -a all
- cd ..
-
- ChannelSinks::
- cd $*
- nmake -a all
- cd ..
-
- CustomProxies::
- cd $*
- nmake -a all
- cd ..
-
- RemotingCOM::
- cd $*
- nmake -a all
- cd ..
-
- Serialization::
- cd $*
- nmake -a all
- cd ..
-