Register the project modes globally
This commit is contained in:
parent
68396a0387
commit
4010d3fe73
14
project.conf
14
project.conf
|
@ -6,6 +6,20 @@ config=ent,h,sh
|
||||||
subdirs=data,doc,include,src,tests,tools
|
subdirs=data,doc,include,src,tests,tools
|
||||||
targets=tests
|
targets=tests
|
||||||
dist=Makefile,COPYING,README.md,config.ent,config.h,config.sh
|
dist=Makefile,COPYING,README.md,config.ent,config.h,config.sh
|
||||||
|
mode=gtk3-debug
|
||||||
|
|
||||||
|
#modes
|
||||||
|
[mode::gtk2-debug]
|
||||||
|
title=Debug (Gtk+ 2)
|
||||||
|
|
||||||
|
[mode::gtk2-release]
|
||||||
|
title=Release (Gtk+ 2)
|
||||||
|
|
||||||
|
[mode::gtk3-debug]
|
||||||
|
title=Debug (Gtk+ 3)
|
||||||
|
|
||||||
|
[mode::gtk3-release]
|
||||||
|
title=Release (Gtk+ 3)
|
||||||
|
|
||||||
#targets
|
#targets
|
||||||
[tests]
|
[tests]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user