root/user/dsss.conf

Revision 168:5057d1475aee, 0.6 kB (checked in by Frank Benoit <benoit@tionex.de>, 1 month ago)

Add example for language file support.

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