annotate dwtsnippets/dsss.conf @ 75:66a03f08a01e

Splitting up of dsss.conf files
author Bill Baxter <bill@billbaxter.com>
date Fri, 18 Apr 2008 15:02:05 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
1 # DWT dwt-samples/dwtsnippets directory
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
2
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
3 [*]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
4 buildflags+=-g -gc
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
5 buildflags+=-J$LIB_PREFIX/res -J../res -I..
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
6
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
7 version(Windows) {
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
8 # if no console window is wanted/needed use -version=gui
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
9 version(gui) {
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
10 buildflags+= -L/SUBSYSTEM:windows:5
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
11 } else {
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
12 buildflags+= -L/SUBSYSTEM:console:5
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
13 }
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
14 buildflags+= -L/rc:dwt
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
15 }
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
16
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
17
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
18
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
19 [button/Snippet293.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
20 [control/Snippet25.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
21 [control/Snippet62.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
22 [combo/Snippet26.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
23 [composite/Snippet9.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
24 [coolbar/Snippet20.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
25 [coolbar/Snippet140.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
26 [coolbar/Snippet150.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
27 [ctabfolder/Snippet165.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
28 [directorydialog/Snippet33.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
29 [expandbar/Snippet223.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
30 [filedialog/Snippet72.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
31 [gc/Snippet10.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
32 [gc/Snippet66.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
33 [gc/Snippet207.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
34 [gc/Snippet215.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
35 [menu/Snippet29.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
36 [menu/Snippet97.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
37 [menu/Snippet152.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
38 [menu/Snippet286.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
39 [program/Snippet32.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
40 [sash/Snippet107.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
41 [sashform/Snippet109.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
42 [shell/Snippet134.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
43 [shell/Snippet138.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
44 [spinner/Snippet184.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
45 [spinner/Snippet190.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
46 [styledtext/Snippet163.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
47 [styledtext/Snippet189.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
48 [table/Snippet38.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
49 [table/Snippet144.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
50 [text/Snippet258.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
51 [toolbar/Snippet47.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
52 [toolbar/Snippet49.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
53 [toolbar/Snippet58.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
54 [toolbar/Snippet67.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
55 [toolbar/Snippet153.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
56 [toolbar/Snippet288.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
57 [tooltips/Snippet41.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
58 [tray/Snippet143.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
59 [tree/Snippet8.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
60 [tree/Snippet15.d]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
61
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
62 version(Derelict){
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
63 [opengl]
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
64 type=subdir
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
65 }
66a03f08a01e Splitting up of dsss.conf files
Bill Baxter <bill@billbaxter.com>
parents:
diff changeset
66