root/jface.text/dsss.conf

Revision 169:9a850c264e3b, 0.5 kB (checked in by Frank Benoit <benoit@tionex.de>, 4 years ago)

Add JFace Text example

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