root/examples/dsss.conf

Revision 167:d97169edcd8c, 0.8 kB (checked in by Frank Benoit <benoit@tionex.de>, 1 month ago)

Added res directory for SWT ports

Line 
1 [*]
2 buildflags+=-g -gc
3 buildflags+=-J../res
4
5 version(Windows) {
6     buildflags+=-I../../dwt-win
7     buildflags+=-J../../dwt-win/res
8 }
9 version(Posix) {
10     buildflags+=-I../../dwt-linux
11     buildflags+=-J../../dwt-linux/res
12 }
13
14 version(Windows) {
15     # if no console window is wanted/needed use -version=gui
16     version(gui) {
17         buildflags+= -L/SUBSYSTEM:windows:5
18     } else {
19         buildflags+= -L/SUBSYSTEM:console:5
20     }
21     buildflags+= -L/rc:..\dwt
22 }
23
24 [simple.d]
25
26 [addressbook/AddressBook.d]
27 [clipboard/ClipboardExample.d]
28 [controlexample/ControlExample.d]
29 [controlexample/CustomControlExample.d]
30 [helloworld/HelloWorld1.d]
31 [helloworld/HelloWorld2.d]
32 [helloworld/HelloWorld3.d]
33 [helloworld/HelloWorld4.d]
34 [helloworld/HelloWorld5.d]
35 [texteditor/TextEditor.d]
Note: See TracBrowser for help on using the browser.