home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-23 | 1.2 KB | 115 lines |
-
- all: Asm Reflector VideoPlayer Wintalk Bank CrossLang Exceptions FindType RothIRA CorHost ClsView Wordcount Chat CustAttr GC Permissions ValueEnum QuickStart
-
- Asm::
- cd $*
- - ..\nmake all
- cd ..
-
- ClsView::
- cd $*
- - ..\nmake all
- cd ..
-
- CorHost::
- cd Assemblies
- cd $*
- - ..\..\nmake -f makemountains.
- cd ..
- cd ..
-
- RothIRA::
- cd Assemblies
- cd $*
- - ..\..\nmake all
- cd ..
- cd ..
-
- Bank::
- cd $*
- - ..\nmake all
- cd ..
-
- CrossLang::
- cd $*
- - ..\nmake all
- cd ..
-
- Exceptions::
- cd $*
- - ..\nmake all
- cd ..
-
-
- Reflector::
- cd $*
- cd vc
- - ..\..\nmake all
- cd ..
- cd cs
- - ..\..\nmake all
- cd ..
- cd ..
-
- VideoPlayer::
- cd $*
- - ..\nmake all
- cd ..
-
- Wintalk::
- cd $*
- cd cs
- - ..\..\nmake all
- cd ..
- cd ..
-
- FindType::
- cd $*
- - ..\nmake all
- cd ..
-
- Wordcount::
- cd $*
- - ..\nmake all
- cd ..
-
- Chat::
- cd $*
- - ..\nmake all
- cd ..
-
- CustAttr::
- cd $*
- - ..\nmake all
- cd ..
-
- GC::
- cd $*
- - ..\nmake all
- cd ..
-
- LocalizedResources::
- cd $*
- - ..\nmake all
- cd ..
-
- Permissions::
- cd $*
- - ..\nmake all
- cd ..
-
- SecureRes::
- cd $*
- - ..\nmake all
- cd ..
-
- ValueEnum::
- cd $*
- - ..\nmake all
- cd ..
-
- QuickStart::
- cd $*
- - ..\nmake all 2>&1 >Build.log
- cd ..
-