annotate snippets/dsss.conf @ 113:7194dba256b8

Add Snippet130. Thanks TomD.
author Frank Benoit <benoit@tionex.de>
date Fri, 11 Jul 2008 01:42:44 +0200
parents d0c469a93a5d
children 0de3dab4d6e1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
78
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
1 # DWT dwt-samples/dwtsnippets directory
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
2
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
3 [*]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
4 buildflags+=-g -gc
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
5 buildflags+=-J$LIB_PREFIX/res -J../res -I..
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
6
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
7 version(Windows) {
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
8 # if no console window is wanted/needed use -version=gui
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
9 version(gui) {
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
10 buildflags+= -L/SUBSYSTEM:windows:5
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
11 } else {
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
12 buildflags+= -L/SUBSYSTEM:console:5
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
13 }
96
37fab5543b9a Fix path to dwt.res file
Frank Benoit <benoit@tionex.de>
parents: 90
diff changeset
14 buildflags+= -L/rc:..\dwt
78
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
15 }
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
16
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
17
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
18
113
7194dba256b8 Add Snippet130. Thanks TomD.
Frank Benoit <benoit@tionex.de>
parents: 104
diff changeset
19 [busyindicator/Snippet130.d]
78
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
20 [button/Snippet293.d]
90
29bf9ba4756b Port of all canvas snippets
Bill Baxter <bill@billbaxter.com>
parents: 84
diff changeset
21 [canvas/Snippet21.d]
29bf9ba4756b Port of all canvas snippets
Bill Baxter <bill@billbaxter.com>
parents: 84
diff changeset
22 [canvas/Snippet48.d]
29bf9ba4756b Port of all canvas snippets
Bill Baxter <bill@billbaxter.com>
parents: 84
diff changeset
23 [canvas/Snippet245.d]
29bf9ba4756b Port of all canvas snippets
Bill Baxter <bill@billbaxter.com>
parents: 84
diff changeset
24 [canvas/Snippet275.d]
29bf9ba4756b Port of all canvas snippets
Bill Baxter <bill@billbaxter.com>
parents: 84
diff changeset
25 [canvas/Snippet290.d]
78
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
26 [control/Snippet25.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
27 [control/Snippet62.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
28 [combo/Snippet26.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
29 [composite/Snippet9.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
30 [coolbar/Snippet20.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
31 [coolbar/Snippet140.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
32 [coolbar/Snippet150.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
33 [ctabfolder/Snippet165.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
34 [directorydialog/Snippet33.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
35 [expandbar/Snippet223.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
36 [filedialog/Snippet72.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
37 [gc/Snippet10.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
38 [gc/Snippet66.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
39 [gc/Snippet207.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
40 [gc/Snippet215.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
41 [menu/Snippet29.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
42 [menu/Snippet97.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
43 [menu/Snippet152.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
44 [menu/Snippet286.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
45 [program/Snippet32.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
46 [sash/Snippet107.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
47 [sashform/Snippet109.d]
104
d0c469a93a5d Scale snippet 45, thanks yidabu
Frank Benoit <benoit@tionex.de>
parents: 103
diff changeset
48 [scale/Snippet45.d]
78
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
49 [shell/Snippet134.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
50 [shell/Snippet138.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
51 [spinner/Snippet184.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
52 [spinner/Snippet190.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
53 [styledtext/Snippet163.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
54 [styledtext/Snippet189.d]
91
961ca8a76cad Port of tabfolder Snippet76
Bill Baxter <bill@billbaxter.com>
parents: 90
diff changeset
55 [tabfolder/Snippet76.d]
78
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
56 [table/Snippet38.d]
103
9bdff8e345d5 Added table/Snippet96.d
Frank Benoit <benoit@tionex.de>
parents: 98
diff changeset
57 [table/Snippet96.d]
78
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
58 [table/Snippet144.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
59 [text/Snippet258.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
60 [toolbar/Snippet47.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
61 [toolbar/Snippet49.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
62 [toolbar/Snippet58.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
63 [toolbar/Snippet67.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
64 [toolbar/Snippet153.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
65 [toolbar/Snippet288.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
66 [tooltips/Snippet41.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
67 [tray/Snippet143.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
68 [tree/Snippet8.d]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
69 [tree/Snippet15.d]
94
799099686955 New tree snippet ports
Bill Baxter <bill@billbaxter.com>
parents: 91
diff changeset
70 [tree/Snippet170.d]
799099686955 New tree snippet ports
Bill Baxter <bill@billbaxter.com>
parents: 91
diff changeset
71 [tree/Snippet193.d]
84
398aa64a7243 Two new snippets -- don't quite work yet though.
Bill Baxter <bill@billbaxter.com>
parents: 78
diff changeset
72 [tree/Snippet220.d]
94
799099686955 New tree snippet ports
Bill Baxter <bill@billbaxter.com>
parents: 91
diff changeset
73 [tree/Snippet226.d]
84
398aa64a7243 Two new snippets -- don't quite work yet though.
Bill Baxter <bill@billbaxter.com>
parents: 78
diff changeset
74 [treeeditor/Snippet111.d]
78
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
75
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
76 version(Derelict){
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
77 [opengl]
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
78 type=subdir
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
79 }
4a04b6759f98 Clean up directory names
John Reimer <terminal.node@gmail.com>
parents:
diff changeset
80