home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-08 | 1.2 KB | 91 lines |
-
- all::
- cd webforms\intro
- - nmake all
- cd ..\..
- cd webforms\ctrlauth
- cd Composition
- - nmake all
- cd VB
- - nmake all
- cd ..\..\CustomParsing
- - nmake all
- cd VB
- - nmake all
- cd ..\..\NonComposition
- - nmake all
- cd VB
- - nmake all
- cd ..\..\Simple
- - nmake all
- cd VB
- - nmake all
- cd ..\..\Templates
- - nmake all
- cd VB
- - nmake all
- cd ..\..\ViewState
- - nmake all
- cd VB
- - nmake all
- cd ..\..\..\..
- cd webforms\busobjs
- - nmake all
- cd ..\..
- cd webforms\busobjs\VB
- - nmake all
- cd ..\..\..
- cd apps\handler
- - nmake all
- cd ..\..
- cd apps\VB\handler
- - nmake all
- cd ..\..\..
- cd classbrowser
- - nmake all
- cd ..
- cd grocertogo
- - nmake all
- cd VB
- - nmake all
- cd ..\..
- cd localize\resources
- - nmake all
- cd ..\..
- cd portal\personalization
- - nmake all
- cd ..\..
- cd services\mathservice
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd services\datatypes
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd services\dataservice
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd services\textmatching
- - nmake all
- cd ..\..
- cd services\intrinsics
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
-
- clean::
- del /s *.pdb *.dll *.exe
-
-
-
-