root/dsss.conf

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

Added res directory for SWT ports

Line 
1 # DWT dwt-samples top-level dsss.conf
2
3 [*]
4 buildflags+=-g -gc
5 buildflags+=-J$LIB_PREFIX/res -Jres
6
7 version(Windows) {
8     buildflags+=-I../dwt-win -J../dwt-win/res
9 }
10 version(Posix) {
11     buildflags+=-I../dwt-linux -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 [test.d]
25 [test2.d]
26
27 [examples]
28 type=subdir
29
30 [snippets]
31 type=subdir
32
33 [user]
34 type=subdir
35
36 version(DwtAddons){
37     [jface]
38     type=subdir
39 }
Note: See TracBrowser for help on using the browser.