diff --git a/index/gw/gwindows/gwindows-1.4.1.toml b/index/gw/gwindows/gwindows-1.4.1.toml index 60a53a6d..9cda7e29 100644 --- a/index/gw/gwindows/gwindows-1.4.1.toml +++ b/index/gw/gwindows/gwindows-1.4.1.toml @@ -18,16 +18,23 @@ project-files = [ "gnatcom/gnatcom.gpr", "gnatcom/gnatcom_tools.gpr", "gwindows/gwindows.gpr", - "gwindows/gwindows_contrib.gpr" + "gwindows/gwindows_contrib.gpr", + "gwindows/gwindows_samples.gpr" ] executables = [ + "game_of_life_interactive", + "mdi_example", + "sci_example", + "demo_exlv1", + "demo_exlv2", + "demo_exlv3", "bindcom", "comscope", "createcom", "makeguid" ] tags = [ - "gui" + "gui", "windows" ] website = "https://sourceforge.net/projects/gnavi/"