Parameterize EAP module MSI building

Since this also changes GUIDs of some components, the "EAPTTLS" has been
changed to "EAP-TTLS" in filenames.

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2020-01-09 16:14:47 +01:00
parent dfa8115883
commit 14e48f9c8a
18 changed files with 464 additions and 455 deletions

View File

@@ -524,7 +524,7 @@ wxInitializerPeer::wxInitializerPeer(_In_ HINSTANCE instance, _In_opt_ HWND hwnd
s_locale = new wxLocale;
if (wxInitializeLocale(*s_locale)) {
s_locale->AddCatalog(wxT("wxExtend") wxT(wxExtendVersion));
s_locale->AddCatalog(wxT("EAPTTLS_UI"));
s_locale->AddCatalog(wxT("EAP-TTLS_UI"));
}
}