diff --git a/Makefile b/Makefile index 878ae63..3c3a854 100644 Binary files a/Makefile and b/Makefile differ diff --git a/MakefileLang.mak b/MakefileLang.mak index ab22868..b0f3f69 100644 Binary files a/MakefileLang.mak and b/MakefileLang.mak differ diff --git a/README.md b/README.md index 5b267b3..cda2fb6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Suite of EAP supplicants for Microsoft Windows - IEEE 802.1X clients for enterpr ### Deployment -- Released as multi-lingual x86, AMD64, and ARM64 MSI packages; Group Policy deployment supported +- Released as multi-lingual x86, x64, and ARM64 MSI packages; Group Policy deployment supported - [MsiUseFeature utility](https://github.com/Amebis/GEANTLink/tree/master/MsiUseFeature) for the product install state testing (for embedding this product into other setup packages) - [CredWrite utility](https://github.com/Amebis/GEANTLink/tree/master/CredWrite) for automated user credential import to Credential Manager - [WLANManager utility](https://github.com/Amebis/GEANTLink/tree/master/WLANManager) to allow network profile configuration dialog shortcuts @@ -78,7 +78,7 @@ This product is using wxWidgets static libraries. Since upstream wxWidgets libra 3. Run: `nmake /f makefile.vc /ls RUNTIME_LIBS=static SHARED=0 COMPILER_VERSION=142` 4. Run: `nmake /f makefile.vc /ls RUNTIME_LIBS=static SHARED=0 COMPILER_VERSION=142 BUILD=release` -#### Compiling wxWidgets AMD64 static libraries +#### Compiling wxWidgets x64 static libraries 1. Start _x64 Native Tools Command Prompt for VS 2019_ 2. Change working folder to `build\msw` diff --git a/include/MSIBuildCfg.mak b/include/MSIBuildCfg.mak index 317e636..944d592 100644 Binary files a/include/MSIBuildCfg.mak and b/include/MSIBuildCfg.mak differ