view examples/dsss.conf @ 167:d97169edcd8c

Added res directory for SWT ports
author Frank Benoit <benoit@tionex.de>
date Sun, 19 Oct 2008 02:00:57 +0200
parents eb84f9418bbf
children
line wrap: on
line source

[*]
buildflags+=-g -gc
buildflags+=-J../res

version(Windows) {
    buildflags+=-I../../dwt-win
    buildflags+=-J../../dwt-win/res
}
version(Posix) {
    buildflags+=-I../../dwt-linux
    buildflags+=-J../../dwt-linux/res
}

version(Windows) {
    # if no console window is wanted/needed use -version=gui
    version(gui) {
        buildflags+= -L/SUBSYSTEM:windows:5
    } else {
        buildflags+= -L/SUBSYSTEM:console:5
    }
    buildflags+= -L/rc:..\dwt
}

[simple.d]

[addressbook/AddressBook.d]
[clipboard/ClipboardExample.d]
[controlexample/ControlExample.d]
[controlexample/CustomControlExample.d]
[helloworld/HelloWorld1.d]
[helloworld/HelloWorld2.d]
[helloworld/HelloWorld3.d]
[helloworld/HelloWorld4.d]
[helloworld/HelloWorld5.d]
[texteditor/TextEditor.d]