home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-23 | 981 b | 88 lines |
- all: RemTools HelloService MyHello HomeMedia MyMedia Trader MyStock ObjectZone MyObject COMZone MyCom NewsZone MyNews MyPage Contexts CallContext asyncdelegate
-
- RemTools::
- cd $*
- ..\..\nmake all
- cd ..
-
- HelloService::
- cd $*
- ..\..\nmake all
- cd ..
-
- MyHello::
- cd $*
- ..\..\nmake all
- cd ..
-
-
- HomeMedia::
- cd $*
- ..\..\nmake all
- cd ..
-
- MyMedia::
- cd $*
- ..\..\nmake all
- cd ..
-
- Trader::
- cd $*
- ..\..\nmake all
- cd ..
-
- MyStock::
- cd $*
- ..\..\nmake all
- cd ..
-
- ObjectZone::
- cd $*
- ..\..\nmake all
- cd ..
-
- MyObject::
- cd $*
- ..\..\nmake all
- cd ..
-
- COMZone::
- cd $*
- ..\..\nmake all
- cd ..
-
- MyCOM::
- cd $*
- ..\..\nmake all
- cd ..
-
- NewsZone::
- cd $*
- ..\..\nmake all
- cd ..
-
- MyNews::
- cd $*
- ..\..\nmake all
- cd ..
-
- MyPage::
- cd $*
- ..\..\nmake all
- cd ..
-
- Contexts::
- cd $*
- ..\..\nmake all
- cd ..
-
- CallContext::
- cd $*
- ..\..\nmake all
- cd ..
-
- asyncdelegate::
- cd $*
- ..\..\nmake all
- cd ..
-