home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-06-12 | 3.3 KB | 239 lines |
- all: Util Data BCL XML Global Services WinForms ASPX Net Assemblies
-
- clean::
- del /s *.pdb *.exe *.dll
-
- ASPX::
- cd aspplus\samples
- - nmake all
- cd ..\..
-
-
- Assemblies::
- cd howto\samples\Assemblies
- cd gac
- - nmake all
- cd ..
- cd SearchPath
- - nmake all
- cd ..
- cd SharedName
- - nmake all
- cd ..
- cd version
- - nmake all
- cd ..
- cd ..\..\..
-
-
- Data::
- cd howto
- cd samples\adoplus\cs\typeddata
- - nmake all
- cd ..\..\..\..\..
-
- BCL::
- cd howto\samples\xmlserialization\cs
- - nmake all
- cd ..\vb
- - nmake all
- cd ..\..\..\..
- cd howto\samples
- cd BaseDataTypes\Compare
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd BaseDataTypes\Format
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd BaseDataTypes\parse
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd BaseDataTypes\Sort
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Collections\HashTable
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Collections\List
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd CompMod\CodeDom
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Cryptography\FileEncrypt
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Exceptions\Catch
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Exceptions\Throw
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd IO\anagrams
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd IO\Directory
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd IO\LargeReadWrite
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd IO\LogFile
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd IO\readwrite
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Reflection\gettypes
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Reflection\Invoke
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Reflection\ListMembers
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Serialization\ISerializable
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Serialization\Serialize
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Win32Wrappers\Win32Call
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Win32Wrappers\Win32Marshal
- - nmake all
- cd ..\..
- cd ..\..
-
- Global::
- cd howto\samples
- cd Globalization\CultureRegion
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Globalization\Encoding
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Resources\Custom
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Resources\Read
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd Resources\Write
- - nmake all
- cd VB
- - nmake all
- cd ..
- cd ..\..
- cd ..\..
-
- Util::
- cd util\showcode
- - nmake all
- cd ..\..
-
- WinForms::
- cd WinForms
- - nmake all
- cd ..
- cd howto\samples\WinForms
- - nmake all
- cd ..\..\..
-
-
- XML::
- cd howto\samples\Xml
- - nmake all
- cd ..\..\..
-
- Services::
- cd howto
- cd samples\Services
- - nmake all
- cd ..\..\..
-
- Net::
- cd howto\samples\Net\TCPUDP
- - nmake all
- cd ..\WebRequests
- - nmake all
- cd ..\..\..\..
-
-