root/novocode/dsss.conf

Revision 174:c58389a70da3, 0.6 kB (checked in by Frank Benoit <benoit@tionex.de>, 4 years ago)

Added novocode internal shell example, thanks WasserDragoon?

Line 
1 # DWT dwt-samples/jface directory
2
3 [*]
4 debugflags+=-g -gc
5 buildflags+=-J../res
6 buildflags+=-I../../dwt-addons
7 buildflags+=-J../../dwt-addons/res
8
9 version(Windows) {
10     buildflags+=-I../../dwt-win
11     buildflags+=-J../../dwt-win/res
12
13     # if no console window is wanted/needed use -version=gui
14     version(gui) {
15         buildflags+= -L/SUBSYSTEM:windows:5
16     } else {
17         buildflags+= -L/SUBSYSTEM:console:5
18     }
19     buildflags+= -L/rc:..\dwt
20 }
21 version(Posix) {
22     buildflags+=-I../../dwt-linux
23     buildflags+=-J../../dwt-linux/res
24 }
25
26 [InternalShellExample.d]
Note: See TracBrowser for help on using the browser.