|
79 | 79 | <Directory Id='CfgsFolder' Name='cfg'>
|
80 | 80 | <Component Id='MandatoryCfgs' Guid='$(var.mandatoryCfgsGUID)'>
|
81 | 81 | <File Id='std.cfg' Name='std.cfg' Source='$(var.CfgsDir)\std.cfg' />
|
| 82 | + <File Id='posix.cfg' Name='posix.cfg' Source='$(var.CfgsDir)\posix.cfg' /> |
82 | 83 | <File Id='windows.cfg' Name='windows.cfg' Source='$(var.CfgsDir)\windows.cfg' />
|
83 | 84 | </Component>
|
84 | 85 | <Component Id='OptionalCfgs' Guid='$(var.optionalCfgsGUID)'>
|
|
114 | 115 | <File Id='openmp.cfg' Name='openmp.cfg' Source='$(var.CfgsDir)\openmp.cfg' />
|
115 | 116 | <File Id='openssl.cfg' Name='openssl.cfg' Source='$(var.CfgsDir)\openssl.cfg' />
|
116 | 117 | <File Id='pcre.cfg' Name='pcre.cfg' Source='$(var.CfgsDir)\pcre.cfg' />
|
117 |
| - <File Id='posix.cfg' Name='posix.cfg' Source='$(var.CfgsDir)\posix.cfg' /> |
| 118 | + <File Id='protobuf.cfg' Name='protobuf.cfg' Source='$(var.CfgsDir)\protobuf.cfg' /> |
118 | 119 | <File Id='python.cfg' Name='python.cfg' Source='$(var.CfgsDir)\python.cfg' />
|
119 | 120 | <File Id='qt.cfg' Name='qt.cfg' Source='$(var.CfgsDir)\qt.cfg' />
|
120 | 121 | <File Id='ruby.cfg' Name='ruby.cfg' Source='$(var.CfgsDir)\ruby.cfg' />
|
121 | 122 | <File Id='sdl.cfg' Name='sdl.cfg' Source='$(var.CfgsDir)\sdl.cfg' />
|
| 123 | + <File Id='selinux.cfg' Name='selinux.cfg' Source='$(var.CfgsDir)\selinux.cfg' /> |
122 | 124 | <File Id='sfml.cfg' Name='sfml.cfg' Source='$(var.CfgsDir)\sfml.cfg' />
|
123 | 125 | <File Id='sqlite3.cfg' Name='sqlite3.cfg' Source='$(var.CfgsDir)\sqlite3.cfg' />
|
124 | 126 | <File Id='tinyxml2.cfg' Name='tinyxml2.cfg' Source='$(var.CfgsDir)\tinyxml2.cfg' />
|
125 | 127 | <File Id='vcl.cfg' Name='vcl.cfg' Source='$(var.CfgsDir)\vcl.cfg' />
|
126 |
| - <File Id='wxwidgets.cfg' Name='wxwidgets.cfg' Source='$(var.CfgsDir)\wxwidgets.cfg' /> |
127 | 128 | <File Id='wxsqlite3.cfg' Name='wxsqlite3.cfg' Source='$(var.CfgsDir)\wxsqlite3.cfg' />
|
128 | 129 | <File Id='wxsvg.cfg' Name='wxsvg.cfg' Source='$(var.CfgsDir)\wxsvg.cfg' />
|
| 130 | + <File Id='wxwidgets.cfg' Name='wxwidgets.cfg' Source='$(var.CfgsDir)\wxwidgets.cfg' /> |
| 131 | + <File Id='zephyr.cfg' Name='zephyr.cfg' Source='$(var.CfgsDir)\zephyr.cfg' /> |
129 | 132 | <File Id='zlib.cfg' Name='zlib.cfg' Source='$(var.CfgsDir)\zlib.cfg' />
|
130 | 133 | </Component>
|
131 | 134 | </Directory>
|
|
0 commit comments