root/draw2d/dsss.conf

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

Added res directory for SWT ports

Line 
1 # DWT dwt-samples/jface directory
2
3 [*]
4 buildflags+=-g -gc
5 buildflags+=-J../res -I..
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 version(Posix) {
14     buildflags+=-I../../dwt-linux
15     buildflags+=-J../../dwt-linux/res
16 }
17
18 version(Windows) {
19     # if no console window is wanted/needed use -version=gui
20     version(gui) {
21         buildflags+= -L/SUBSYSTEM:windows:5
22     } else {
23         buildflags+= -L/SUBSYSTEM:console:5
24     }
25     buildflags+= -L/rc:..\dwt
26 }
27
28
29
30 [UmlExample.d]
Note: See TracBrowser for help on using the browser.