view jface/dsss.conf @ 88:9ed020f0c2a5

Fix the snippet040 example
author Frank Benoit <benoit@tionex.de>
date Mon, 19 May 2008 14:30:49 +0200
parents 04f122e90b0a
children cbba80cceb7a
line wrap: on
line source

# DWT dwt-samples/jface directory

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

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
}



[FileTreeViewer.d]
[Librarian.d]
[ActionAndStatusbar.d]
[ShowFieldPrefs.d]
[ShowPrefs.d]
[snippets/Snippet006TableMultiLineCells.d]
[snippets/Snippet040TableViewerSorting.d]