| 1 |
# DWT dwt-samples/jface directory |
|---|
| 2 |
|
|---|
| 3 |
[*] |
|---|
| 4 |
debugflags+=-g -gc |
|---|
| 5 |
buildflags+=-J../res |
|---|
| 6 |
buildflags+=-I../../dwt-addons |
|---|
| 7 |
buildflags+=-J../../dwt-addons/res |
|---|
| 8 |
|
|---|
| 9 |
version(Windows) { |
|---|
| 10 |
buildflags+=-I../../dwt-win |
|---|
| 11 |
buildflags+=-J../../dwt-win/res |
|---|
| 12 |
|
|---|
| 13 |
# if no console window is wanted/needed use -version=gui |
|---|
| 14 |
version(gui) { |
|---|
| 15 |
buildflags+= -L/SUBSYSTEM:windows:5 |
|---|
| 16 |
} else { |
|---|
| 17 |
buildflags+= -L/SUBSYSTEM:console:5 |
|---|
| 18 |
} |
|---|
| 19 |
buildflags+= -L/rc:..\dwt |
|---|
| 20 |
} |
|---|
| 21 |
version(Posix) { |
|---|
| 22 |
buildflags+=-I../../dwt-linux |
|---|
| 23 |
buildflags+=-J../../dwt-linux/res |
|---|
| 24 |
} |
|---|
| 25 |
|
|---|
| 26 |
#[sqleditor/jfacetext/sqleditor/SQLEditor.d] |
|---|
| 27 |
#[test2.d] |
|---|
| 28 |
[FileTreeViewer.d] |
|---|
| 29 |
[Librarian.d] |
|---|
| 30 |
[ActionAndStatusbar.d] |
|---|
| 31 |
[ShowFieldPrefs.d] |
|---|
| 32 |
[ShowPrefs.d] |
|---|
| 33 |
#[SWTCompletionEditor.d] |
|---|
| 34 |
[user/Decoration.d] |
|---|
| 35 |
[user/PopUp.d] |
|---|
| 36 |
[snippets/viewers/Snippet001TableViewer.d] |
|---|
| 37 |
[snippets/viewers/Snippet002TreeViewer.d] |
|---|
| 38 |
[snippets/viewers/Snippet004HideSelection.d] |
|---|
| 39 |
[snippets/viewers/Snippet005TreeCustomMenu.d] |
|---|
| 40 |
[snippets/viewers/Snippet006TableMultiLineCells.d] |
|---|
| 41 |
[snippets/viewers/Snippet007FullSelection.d] |
|---|
| 42 |
[snippets/viewers/Snippet010OwnerDraw.d] |
|---|
| 43 |
[snippets/viewers/Snippet011CustomTooltips.d] |
|---|
| 44 |
[snippets/viewers/Snippet014TreeViewerNoMandatoryLabelProvider.d] |
|---|
| 45 |
[snippets/viewers/Snippet016TableLayout.d] |
|---|
| 46 |
[snippets/viewers/Snippet019TableViewerAddRemoveColumnsWithEditingNewAPI.d] |
|---|
| 47 |
[snippets/viewers/Snippet026TreeViewerTabEditing.d] |
|---|
| 48 |
[snippets/viewers/Snippet031TableViewerCustomTooltipsMultiSelection.d] |
|---|
| 49 |
[snippets/viewers/Snippet040TableViewerSorting.d] |
|---|
| 50 |
[snippets/viewers/Snippet043NoColumnTreeViewerKeyboardEditing.d] |
|---|
| 51 |
[snippets/viewers/Snippet047VirtualLazyTreeViewer.d] |
|---|
| 52 |
[snippets/viewers/Snippet054NativeControlsInViewers.d] |
|---|
| 53 |
[snippets/window/Snippet020CustomizedControlTooltips.d] |
|---|
| 54 |
[snippets/window/Snippet023TreeViewerCustomTooltips.d] |
|---|
| 55 |
[snippets/window/Snippet031TableStaticTooltip.d] |
|---|
| 56 |
[snippets/wizard/Snippet047WizardWithLongRunningOperation.d] |
|---|