root/trunk/dsss.conf

Revision 648, 1.1 kB (checked in by kaarna, 3 years ago)

Added version identifier darwinX11 to paths and dsss.conf. OpenGL examples work now under OS X/X11.

Line 
1 name = gtkd
2
3 #Add section names to the following variable to get them built.
4 defaulttargets = undemofy src
5
6 #Disable all demos, so we can selectively enable them below.
7 #Since DSSS' support for embedded commands is somewhat limited,
8 #we cannot embed the lil' script we need here.
9 [+undemofy]
10 version (Posix) {
11     postbuild = cd demos ; ./demoselect.sh disable-all
12     postclean = cd demos ; ./demoselect.sh disable-all
13 }
14
15 #Subdirs don't support hooks, so they've been added
16 #to each dsss.conf separately.
17 [src]
18 type = subdir
19 #postbuild = cd demos ; ./demoselect.sh gtk
20 version(darwin){
21     #To make gtkD load the X11 version of GTK+, you can uncomment the following:
22     #buildflags += -version=darwinX11
23 }
24
25 #Add any of the following packages to 'defaulttargets'
26 #if you want to build or install them by default:
27
28 [srcgda]
29 type = subdir
30 #postbuild = cd demos ; ./demoselect.sh gda
31
32 [srcgl]
33 type = subdir
34 #postbuild = cd demos ; ./demoselect.sh gl
35
36 [srcsv]
37 type = subdir
38 #postbuild = cd demos ; ./demoselect.sh sv
39
40 [srcgstreamer]
41 type = subdir
42 #postbuild = cd demos ; ./demoselect.sh gst
43
44 [demos]
45 type = subdir
Note: See TracBrowser for help on using the browser.