annotate dsss.conf @ 74:4742b5384719

added the /res as -J path
author Frank Benoit <benoit@tionex.de>
date Wed, 16 Apr 2008 20:49:20 +0200
parents 79f8e9296892
children 66a03f08a01e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
052c3aebd1d3 initial import
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
1
052c3aebd1d3 initial import
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
2 [*]
35
11cb40a34da1 SleakExample
Frank Benoit <benoit@tionex.de>
parents: 32
diff changeset
3 buildflags+=-g -gc
74
4742b5384719 added the /res as -J path
Frank Benoit <benoit@tionex.de>
parents: 66
diff changeset
4 buildflags+=-J$LIB_PREFIX/res -Jres
12
47a66440dddd made the resources for Snippet258 included at compile time
Frank Benoit <benoit@tionex.de>
parents: 11
diff changeset
5
3
6e0b2c96d1fd build with dwt-win
Frank Benoit <benoit@tionex.de>
parents: 0
diff changeset
6 version(Windows){
65
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
7 # if no console window is wanted/needed use 'windows' instead of 'console'
3
6e0b2c96d1fd build with dwt-win
Frank Benoit <benoit@tionex.de>
parents: 0
diff changeset
8 #buildflags+= -L/SUBSYSTEM:windows:5
6e0b2c96d1fd build with dwt-win
Frank Benoit <benoit@tionex.de>
parents: 0
diff changeset
9 buildflags+= -L/SUBSYSTEM:console:5
40
980f8a3baa27 Make samples build with dwt.res
Frank Benoit <benoit@tionex.de>
parents: 39
diff changeset
10 buildflags+= -L/rc:dwt
3
6e0b2c96d1fd build with dwt-win
Frank Benoit <benoit@tionex.de>
parents: 0
diff changeset
11 }
12
47a66440dddd made the resources for Snippet258 included at compile time
Frank Benoit <benoit@tionex.de>
parents: 11
diff changeset
12
65
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
13 [dwtexamples/simple.d]
0
052c3aebd1d3 initial import
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
14
65
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
15 [dwtexamples/addressbook/AddressBook.d]
17
7b7a54b047e1 Added unfinished but usable ClipboardExample and Snippet293. Updated other snippets to use the auto keyword. Made the opengl example windows only until it is added to the linux version.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 16
diff changeset
16 [dwtexamples/clipboard/ClipboardExample.d]
65
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
17 [dwtexamples/controlexample/ControlExample.d]
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
18 [dwtexamples/controlexample/CustomControlExample.d]
0
052c3aebd1d3 initial import
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
19 [dwtexamples/helloworld/HelloWorld1.d]
052c3aebd1d3 initial import
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
20 [dwtexamples/helloworld/HelloWorld2.d]
052c3aebd1d3 initial import
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
21 [dwtexamples/helloworld/HelloWorld3.d]
052c3aebd1d3 initial import
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
22 [dwtexamples/helloworld/HelloWorld4.d]
052c3aebd1d3 initial import
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
23 [dwtexamples/helloworld/HelloWorld5.d]
65
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
24 [dwtexamples/texteditor/TextEditor.d]
0
052c3aebd1d3 initial import
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
25
17
7b7a54b047e1 Added unfinished but usable ClipboardExample and Snippet293. Updated other snippets to use the auto keyword. Made the opengl example windows only until it is added to the linux version.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 16
diff changeset
26 [dwtsnippets/button/Snippet293.d]
56
f77382746524 Ports of control snippets 25,62 showing basic key/mouse event handling.
Bill Baxter <bill@billbaxter.com>
parents: 55
diff changeset
27 [dwtsnippets/control/Snippet25.d]
f77382746524 Ports of control snippets 25,62 showing basic key/mouse event handling.
Bill Baxter <bill@billbaxter.com>
parents: 55
diff changeset
28 [dwtsnippets/control/Snippet62.d]
19
0f63eae37f35 Added bunch of snippets. Rearranged imports on the text snippet258.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 17
diff changeset
29 [dwtsnippets/combo/Snippet26.d]
0f63eae37f35 Added bunch of snippets. Rearranged imports on the text snippet258.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 17
diff changeset
30 [dwtsnippets/composite/Snippet9.d]
0f63eae37f35 Added bunch of snippets. Rearranged imports on the text snippet258.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 17
diff changeset
31 [dwtsnippets/coolbar/Snippet20.d]
45
5a5be20dc120 add coolbar/Snippet140, thanks Bill.
Frank Benoit <benoit@tionex.de>
parents: 43
diff changeset
32 [dwtsnippets/coolbar/Snippet140.d]
43
bc5301dd9679 Add coolbar/Snippet150
Frank Benoit <benoit@tionex.de>
parents: 42
diff changeset
33 [dwtsnippets/coolbar/Snippet150.d]
19
0f63eae37f35 Added bunch of snippets. Rearranged imports on the text snippet258.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 17
diff changeset
34 [dwtsnippets/ctabfolder/Snippet165.d]
0f63eae37f35 Added bunch of snippets. Rearranged imports on the text snippet258.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 17
diff changeset
35 [dwtsnippets/directorydialog/Snippet33.d]
0f63eae37f35 Added bunch of snippets. Rearranged imports on the text snippet258.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 17
diff changeset
36 [dwtsnippets/expandbar/Snippet223.d]
49
e1edfebec7fa Port of snippet 72 - A Save file dialog.
Bill Baxter <bill@billbaxter.com>
parents: 48
diff changeset
37 [dwtsnippets/filedialog/Snippet72.d]
50
6b88d308c210 Ports of several gc Snippets: 10,66,207,215
Bill Baxter <bill@billbaxter.com>
parents: 49
diff changeset
38 [dwtsnippets/gc/Snippet10.d]
6b88d308c210 Ports of several gc Snippets: 10,66,207,215
Bill Baxter <bill@billbaxter.com>
parents: 49
diff changeset
39 [dwtsnippets/gc/Snippet66.d]
6b88d308c210 Ports of several gc Snippets: 10,66,207,215
Bill Baxter <bill@billbaxter.com>
parents: 49
diff changeset
40 [dwtsnippets/gc/Snippet207.d]
6b88d308c210 Ports of several gc Snippets: 10,66,207,215
Bill Baxter <bill@billbaxter.com>
parents: 49
diff changeset
41 [dwtsnippets/gc/Snippet215.d]
32
200a229be5ca Added menu and sash Snippets. textdragdrop to the user section.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 31
diff changeset
42 [dwtsnippets/menu/Snippet29.d]
200a229be5ca Added menu and sash Snippets. textdragdrop to the user section.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 31
diff changeset
43 [dwtsnippets/menu/Snippet97.d]
52
102dac98ef4f Port of Snippet 152 (menu with status bar)
Bill Baxter <bill@billbaxter.com>
parents: 50
diff changeset
44 [dwtsnippets/menu/Snippet152.d]
53
88aa91d83c88 Port of Snippet 286. Menu w/ status update via ArmEvent
Bill Baxter <bill@billbaxter.com>
parents: 52
diff changeset
45 [dwtsnippets/menu/Snippet286.d]
59
6fb20f548c46 Fix compile error
Frank Benoit <benoit@tionex.de>
parents: 58
diff changeset
46 [dwtsnippets/program/Snippet32.d]
32
200a229be5ca Added menu and sash Snippets. textdragdrop to the user section.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 31
diff changeset
47 [dwtsnippets/sash/Snippet107.d]
47
596b23b3567f Port of Snippet109.
Bill Baxter <bill@billbaxter.com>
parents: 45
diff changeset
48 [dwtsnippets/sashform/Snippet109.d]
39
8ee0dfe6f685 Snippet134 with non rectangular shell. Some more minor fixes.
Frank Benoit <benoit@tionex.de>
parents: 35
diff changeset
49 [dwtsnippets/shell/Snippet134.d]
55
b0d5061ec21c Port of Snippet 138. Shows how to set the app icon.
Bill Baxter <bill@billbaxter.com>
parents: 54
diff changeset
50 [dwtsnippets/shell/Snippet138.d]
48
4a8ae06d688d Ported spinner snippets 184 and 190
Bill Baxter <bill@billbaxter.com>
parents: 47
diff changeset
51 [dwtsnippets/spinner/Snippet184.d]
4a8ae06d688d Ported spinner snippets 184 and 190
Bill Baxter <bill@billbaxter.com>
parents: 47
diff changeset
52 [dwtsnippets/spinner/Snippet190.d]
11
b61e7baf0574 Reworked the DrawingBoard for better organization. And also removed the linker fixes in the source files and moved it to dsss.conf by adding buildflags+=-L-lDD-tango-util.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 8
diff changeset
53 [dwtsnippets/styledtext/Snippet163.d]
b61e7baf0574 Reworked the DrawingBoard for better organization. And also removed the linker fixes in the source files and moved it to dsss.conf by adding buildflags+=-L-lDD-tango-util.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 8
diff changeset
54 [dwtsnippets/styledtext/Snippet189.d]
27
580d6cc14afd Added tree and table snippets. Cleaned up .hgignore.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 25
diff changeset
55 [dwtsnippets/table/Snippet38.d]
580d6cc14afd Added tree and table snippets. Cleaned up .hgignore.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 25
diff changeset
56 [dwtsnippets/table/Snippet144.d]
11
b61e7baf0574 Reworked the DrawingBoard for better organization. And also removed the linker fixes in the source files and moved it to dsss.conf by adding buildflags+=-L-lDD-tango-util.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 8
diff changeset
57 [dwtsnippets/text/Snippet258.d]
54
8f8ed69858b4 Ports of various toolbar snippets (47,49,58,67,153,288)
Bill Baxter <bill@billbaxter.com>
parents: 53
diff changeset
58 [dwtsnippets/toolbar/Snippet47.d]
8f8ed69858b4 Ports of various toolbar snippets (47,49,58,67,153,288)
Bill Baxter <bill@billbaxter.com>
parents: 53
diff changeset
59 [dwtsnippets/toolbar/Snippet49.d]
8f8ed69858b4 Ports of various toolbar snippets (47,49,58,67,153,288)
Bill Baxter <bill@billbaxter.com>
parents: 53
diff changeset
60 [dwtsnippets/toolbar/Snippet58.d]
8f8ed69858b4 Ports of various toolbar snippets (47,49,58,67,153,288)
Bill Baxter <bill@billbaxter.com>
parents: 53
diff changeset
61 [dwtsnippets/toolbar/Snippet67.d]
8f8ed69858b4 Ports of various toolbar snippets (47,49,58,67,153,288)
Bill Baxter <bill@billbaxter.com>
parents: 53
diff changeset
62 [dwtsnippets/toolbar/Snippet153.d]
8f8ed69858b4 Ports of various toolbar snippets (47,49,58,67,153,288)
Bill Baxter <bill@billbaxter.com>
parents: 53
diff changeset
63 [dwtsnippets/toolbar/Snippet288.d]
11
b61e7baf0574 Reworked the DrawingBoard for better organization. And also removed the linker fixes in the source files and moved it to dsss.conf by adding buildflags+=-L-lDD-tango-util.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 8
diff changeset
64 [dwtsnippets/tooltips/Snippet41.d]
25
53ba47422a1d Added Snippets 143 also to dsss.conf
Frank Benoit <benoit@tionex.de>
parents: 19
diff changeset
65 [dwtsnippets/tray/Snippet143.d]
27
580d6cc14afd Added tree and table snippets. Cleaned up .hgignore.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 25
diff changeset
66 [dwtsnippets/tree/Snippet8.d]
580d6cc14afd Added tree and table snippets. Cleaned up .hgignore.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 25
diff changeset
67 [dwtsnippets/tree/Snippet15.d]
11
b61e7baf0574 Reworked the DrawingBoard for better organization. And also removed the linker fixes in the source files and moved it to dsss.conf by adding buildflags+=-L-lDD-tango-util.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 8
diff changeset
68
32
200a229be5ca Added menu and sash Snippets. textdragdrop to the user section.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 31
diff changeset
69 [user/dragdrop/texttolabel.d]
11
b61e7baf0574 Reworked the DrawingBoard for better organization. And also removed the linker fixes in the source files and moved it to dsss.conf by adding buildflags+=-L-lDD-tango-util.
Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
parents: 8
diff changeset
70 [user/drawingboard/DrawingBoard.d]
4
8d49c4eb4800 Added user examples
Frank Benoit <benoit@tionex.de>
parents: 3
diff changeset
71 [user/torhu_synctest.d]
42
a57305009edb region_shell
Frank Benoit <benoit@tionex.de>
parents: 40
diff changeset
72 [user/region_shell.d]
0
052c3aebd1d3 initial import
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
73
65
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
74 version(Derelict){
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
75 [dwtsnippets/opengl/Snippet174.d]
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
76 [dwtsnippets/opengl/Snippet195.d]
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
77 }
a84ba4d1820f restructure the dsss.conf and resources
Frank Benoit <benoit@tionex.de>
parents: 62
diff changeset
78
35
11cb40a34da1 SleakExample
Frank Benoit <benoit@tionex.de>
parents: 32
diff changeset
79 version(DwtAddons){
11cb40a34da1 SleakExample
Frank Benoit <benoit@tionex.de>
parents: 32
diff changeset
80 [dwtexamples/sleak/SleakExample.d]
59
6fb20f548c46 Fix compile error
Frank Benoit <benoit@tionex.de>
parents: 58
diff changeset
81 [jface/ActionAndStatusbar.d]
62
caaf053c44d6 more examples
Frank Benoit <benoit@tionex.de>
parents: 59
diff changeset
82 [jface/FileTreeViewer.d]
caaf053c44d6 more examples
Frank Benoit <benoit@tionex.de>
parents: 59
diff changeset
83 [jface/ShowPrefs.d]
caaf053c44d6 more examples
Frank Benoit <benoit@tionex.de>
parents: 59
diff changeset
84 [jface/ShowFieldPrefs.d]
66
79f8e9296892 jface.Librarian example
Frank Benoit <benoit@tionex.de>
parents: 65
diff changeset
85 [jface/Librarian.d]
35
11cb40a34da1 SleakExample
Frank Benoit <benoit@tionex.de>
parents: 32
diff changeset
86 }
11cb40a34da1 SleakExample
Frank Benoit <benoit@tionex.de>
parents: 32
diff changeset
87
58
3b18f03b2f41 images into the res folder, first working jface example
Frank Benoit <benoit@tionex.de>
parents: 57
diff changeset
88
3b18f03b2f41 images into the res folder, first working jface example
Frank Benoit <benoit@tionex.de>
parents: 57
diff changeset
89