comparison tango/example/jake-all.bat @ 132:1700239cab2e trunk

[svn r136] MAJOR UNSTABLE UPDATE!!! Initial commit after moving to Tango instead of Phobos. Lots of bugfixes... This build is not suitable for most things.
author lindquist
date Fri, 11 Jan 2008 17:57:40 +0100
parents
children
comparison
equal deleted inserted replaced
131:5825d48b27d1 132:1700239cab2e
1 @rem ###########################################################################
2 @rem # CONCURRENCY EXAMPLES
3 @rem ###########################################################################
4
5 @jake concurrency\fiber_test.d -I.. -op -unittest
6
7 @rem ###########################################################################
8 @rem # CONDUIT EXAMPLES
9 @rem ###########################################################################
10
11 @jake conduits\composite.d -I.. -op
12 @jake conduits\filebubbler.d -I.. -op
13 @jake -c conduits\filebucket.d -I.. -op
14 @jake conduits\filecat.d -I.. -op
15 @jake conduits\filecopy.d -I.. -op
16 @jake conduits\filepathname.d -I.. -op
17 @jake conduits\filescan.d -I.. -op
18 @jake conduits\filescanregex.d -I.. -op
19 @jake conduits\lineio.d -I.. -op
20 @jake conduits\mmap.d -I.. -op
21 @jake conduits\randomio.d -I.. -op
22 @jake conduits\unifile.d -I.. -op
23
24 @rem ###########################################################################
25 @rem # CONSOLE EXAMPLES
26 @rem ###########################################################################
27
28 @jake console\hello.d -I.. -op
29 @jake console\stdout.d -I.. -op
30
31 @rem ###########################################################################
32 @rem # LOGGING EXAMPLES
33 @rem ###########################################################################
34
35 @jake logging\chainsaw.d -I.. -op
36 @jake logging\logging.d -I.. -op
37
38 @rem ###########################################################################
39 @rem # REFERENCE MANUAL EXAMPLES
40 @rem ###########################################################################
41
42 @jake manual\chapterStorage.d -I.. -op
43
44 @rem ###########################################################################
45 @rem # NETWORKING EXAMPLES
46 @rem ###########################################################################
47
48 @jake networking\homepage.d -I.. -op
49 @jake networking\httpget.d -I.. -op
50 @jake networking\sockethello.d -I.. -op
51 @jake networking\socketserver.d -I.. -op
52 @jake networking\selector.d -I.. -op
53
54 @rem ###########################################################################
55 @rem # SYSTEM EXAMPLES
56 @rem ###########################################################################
57
58 @jake system\argparser.d -I.. -op
59 @jake system\localtime.d -I.. -op
60 @jake system\normpath.d -I.. -op
61 @jake system\process.d -I.. -op
62
63 @rem ###########################################################################
64 @rem # TEXT EXAMPLES
65 @rem ###########################################################################
66
67 @jake text\formatalign.d -I.. -op
68 @jake text\formatindex.d -I.. -op
69 @jake text\formatspec.d -I.. -op
70 @jake text\localetime.d -I.. -op
71 @jake text\token.d -I.. -op
72
73 @rem FINI
74
75 @del *.map
76 @dir *.exe