root/trunk/dsss.conf

Revision 78, 492 bytes (checked in by lindquist, 1 year ago)

replaced trunk with branches/bughunt

Line 
1 name = minwin
2 defaulttargets = minwin
3
4 [minwin]
5 exclude = minwin/unittest.d
6 version(Windows) {
7     exclude += minwin/gtk.di minwin/gtk_peers.d
8 } else {
9     exclude += minwin/mswindows.d
10     postinstall = install minwin/gtk.di $INCLUDE_PREFIX/minwin
11 }
12
13 [samples/idle.d]
14 [samples/imageview.d]
15 [samples/layout.d]
16 [samples/menus.d]
17 [samples/notepad.d]
18 [samples/painting.d]
19 [samples/sample.d]
20 [samples/sdialog.d]
21 [samples/sdialog2.d]
22 [samples/tablegrid.d]
23 [samples/topgroup.d]
24 [samples/widgets.d]
Note: See TracBrowser for help on using the browser.