Register the project modes globally

This commit is contained in:
Pierre Pronchery 2021-01-10 00:49:39 +01:00
parent 68396a0387
commit 4010d3fe73

View File

@ -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]