view dsss.conf @ 124:c39d1446f191

Added dev tools, so they are not in the release code.
author Frank Benoit <benoit@tionex.de>
date Mon, 21 Jul 2008 22:54:04 +0200
parents 4a04b6759f98
children 3ceedeb4be4f
line wrap: on
line source

# DWT dwt-samples top-level dsss.conf

[*]
buildflags+=-g -gc
buildflags+=-J$LIB_PREFIX/res -Jres

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
}

[examples]
type=subdir

[snippets]
type=subdir

[user]
type=subdir

version(DwtAddons){
    [jface]
    type=subdir
}