|
Revision 175:548a657378b8, 3.2 kB
(checked in by John Reimer <terminal.node@gmail.com>, 4 years ago)
|
First Browser snippet added
|
| Line | |
|---|
| 1 |
# DWT dwt-samples/dwtsnippets directory |
|---|
| 2 |
|
|---|
| 3 |
[*] |
|---|
| 4 |
buildflags+=-g -gc |
|---|
| 5 |
buildflags+=-J$LIB_PREFIX/res -J../res -I.. |
|---|
| 6 |
|
|---|
| 7 |
version(Windows) { |
|---|
| 8 |
buildflags+=-I../../dwt-win |
|---|
| 9 |
buildflags+=-J../../dwt-win/res |
|---|
| 10 |
} |
|---|
| 11 |
version(Posix) { |
|---|
| 12 |
buildflags+=-I../../dwt-linux |
|---|
| 13 |
buildflags+=-J../../dwt-linux/res |
|---|
| 14 |
} |
|---|
| 15 |
version(Windows) { |
|---|
| 16 |
# if no console window is wanted/needed use -version=gui |
|---|
| 17 |
version(gui) { |
|---|
| 18 |
buildflags+= -L/SUBSYSTEM:windows:5 |
|---|
| 19 |
} else { |
|---|
| 20 |
buildflags+= -L/SUBSYSTEM:console:5 |
|---|
| 21 |
} |
|---|
| 22 |
buildflags+= -L/rc:..\dwt |
|---|
| 23 |
} |
|---|
| 24 |
|
|---|
| 25 |
[busyindicator/Snippet130.d] |
|---|
| 26 |
[busyindicator/Snippet130a.d] |
|---|
| 27 |
[button/Snippet108.d] |
|---|
| 28 |
[button/Snippet162.d] |
|---|
| 29 |
[button/Snippet169.d] |
|---|
| 30 |
[button/Snippet206.d] |
|---|
| 31 |
[button/Snippet224.d] |
|---|
| 32 |
[button/Snippet293.d] |
|---|
| 33 |
[button/Snippet294.d] |
|---|
| 34 |
[canvas/Snippet21.d] |
|---|
| 35 |
[canvas/Snippet245.d] |
|---|
| 36 |
[canvas/Snippet275.d] |
|---|
| 37 |
[canvas/Snippet290.d] |
|---|
| 38 |
[canvas/Snippet48.d] |
|---|
| 39 |
[caret/Snippet43.d] |
|---|
| 40 |
[caret/Snippet74.d] |
|---|
| 41 |
[ccombo/Snippet39.d] |
|---|
| 42 |
[clipboard/Snippet122.d] |
|---|
| 43 |
[clipboard/Snippet282.d] |
|---|
| 44 |
[clipboard/Snippet94.d] |
|---|
| 45 |
[color/Snippet208.d] |
|---|
| 46 |
[combo/Snippet147.d] |
|---|
| 47 |
[combo/Snippet24.d] |
|---|
| 48 |
[combo/Snippet26.d] |
|---|
| 49 |
[combo/Snippet269.d] |
|---|
| 50 |
[combo/Snippet289.d] |
|---|
| 51 |
[composite/Snippet115.d] |
|---|
| 52 |
[composite/Snippet237.d] |
|---|
| 53 |
[composite/Snippet46.d] |
|---|
| 54 |
[composite/Snippet75.d] |
|---|
| 55 |
[composite/Snippet9.d] |
|---|
| 56 |
[composite/Snippet98.d] |
|---|
| 57 |
[control/Snippet127.d] |
|---|
| 58 |
[control/Snippet14.d] |
|---|
| 59 |
[control/Snippet214.d] |
|---|
| 60 |
[control/Snippet247.d] |
|---|
| 61 |
[control/Snippet25.d] |
|---|
| 62 |
[control/Snippet62.d] |
|---|
| 63 |
[coolbar/Snippet140.d] |
|---|
| 64 |
[coolbar/Snippet150.d] |
|---|
| 65 |
[coolbar/Snippet20.d] |
|---|
| 66 |
[ctabfolder/Snippet165.d] |
|---|
| 67 |
[ctabfolder/Snippet82.d] |
|---|
| 68 |
[cursor/Snippet118.d] |
|---|
| 69 |
[cursor/Snippet119.d] |
|---|
| 70 |
[cursor/Snippet242.d] |
|---|
| 71 |
[cursor/Snippet44.d] |
|---|
| 72 |
[cursor/Snippet92.d] |
|---|
| 73 |
[datetime/Snippet250.d] |
|---|
| 74 |
[datetime/Snippet251.d] |
|---|
| 75 |
[directorydialog/Snippet33.d] |
|---|
| 76 |
[display/Snippet142.d] |
|---|
| 77 |
[display/Snippet146.d] |
|---|
| 78 |
[display/Snippet16.d] |
|---|
| 79 |
[display/Snippet235.d] |
|---|
| 80 |
[display/Snippet268.d] |
|---|
| 81 |
[display/Snippet276.d] |
|---|
| 82 |
[display/Snippet42.d] |
|---|
| 83 |
[display/Snippet60.d] |
|---|
| 84 |
[display/Snippet68.d] |
|---|
| 85 |
[display/Snippet7.d] |
|---|
| 86 |
[expandbar/Snippet223.d] |
|---|
| 87 |
[filedialog/Snippet72.d] |
|---|
| 88 |
[gc/Snippet10.d] |
|---|
| 89 |
[gc/Snippet207.d] |
|---|
| 90 |
[gc/Snippet215.d] |
|---|
| 91 |
[gc/Snippet66.d] |
|---|
| 92 |
[menu/Snippet152.d] |
|---|
| 93 |
[menu/Snippet286.d] |
|---|
| 94 |
[menu/Snippet29.d] |
|---|
| 95 |
[menu/Snippet97.d] |
|---|
| 96 |
[printing/Snippet132.d] |
|---|
| 97 |
[printing/Snippet133.d] |
|---|
| 98 |
[program/Snippet32.d] |
|---|
| 99 |
[sash/Snippet107.d] |
|---|
| 100 |
[sashform/Snippet109.d] |
|---|
| 101 |
[scale/Snippet45.d] |
|---|
| 102 |
[shell/Snippet134.d] |
|---|
| 103 |
[shell/Snippet138.d] |
|---|
| 104 |
[spinner/Snippet184.d] |
|---|
| 105 |
[spinner/Snippet190.d] |
|---|
| 106 |
[styledtext/Snippet163.d] |
|---|
| 107 |
[styledtext/Snippet189.d] |
|---|
| 108 |
[styledtext/Snippet211.d] |
|---|
| 109 |
[styledtext/Snippet212.d] |
|---|
| 110 |
[styledtext/Snippet213.d] |
|---|
| 111 |
[styledtext/Snippet217.d] |
|---|
| 112 |
[styledtext/Snippet218.d] |
|---|
| 113 |
[styledtext/Snippet222.d] |
|---|
| 114 |
[styledtext/Snippet244.d] |
|---|
| 115 |
[tabfolder/Snippet76.d] |
|---|
| 116 |
[table/Snippet144.d] |
|---|
| 117 |
[table/Snippet38.d] |
|---|
| 118 |
[table/Snippet96.d] |
|---|
| 119 |
[text/Snippet258.d] |
|---|
| 120 |
[toolbar/Snippet153.d] |
|---|
| 121 |
[toolbar/Snippet288.d] |
|---|
| 122 |
[toolbar/Snippet47.d] |
|---|
| 123 |
[toolbar/Snippet49.d] |
|---|
| 124 |
[toolbar/Snippet58.d] |
|---|
| 125 |
[toolbar/Snippet67.d] |
|---|
| 126 |
[tooltips/Snippet41.d] |
|---|
| 127 |
[tray/Snippet143.d] |
|---|
| 128 |
[tree/Snippet15.d] |
|---|
| 129 |
[tree/Snippet170.d] |
|---|
| 130 |
[tree/Snippet193.d] |
|---|
| 131 |
[tree/Snippet220.d] |
|---|
| 132 |
[tree/Snippet226.d] |
|---|
| 133 |
[tree/Snippet8.d] |
|---|
| 134 |
[treeeditor/Snippet111.d] |
|---|
| 135 |
|
|---|
| 136 |
version(Windows){ |
|---|
| 137 |
[ole/Snippet81.d] |
|---|
| 138 |
} |
|---|
| 139 |
version(linux) { |
|---|
| 140 |
[browser/Snippet136.d] |
|---|
| 141 |
} |
|---|
| 142 |
version(Derelict){ |
|---|
| 143 |
[opengl] |
|---|
| 144 |
type=subdir |
|---|
| 145 |
} |
|---|