view novocode/dsss.conf @ 174:c58389a70da3

Added novocode internal shell example, thanks WasserDragoon
author Frank Benoit <benoit@tionex.de>
date Sun, 26 Oct 2008 14:53:47 +0100
parents
children
line wrap: on
line source

# DWT dwt-samples/jface directory

[*]
debugflags+=-g -gc
buildflags+=-J../res
buildflags+=-I../../dwt-addons
buildflags+=-J../../dwt-addons/res

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

    # 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
}
version(Posix) {
    buildflags+=-I../../dwt-linux
    buildflags+=-J../../dwt-linux/res
}

[InternalShellExample.d]