diff --git a/pages/Compiling_the_native_Windows_EFL.txt b/pages/Compiling_the_native_Windows_EFL.txt index f2b10f166..9d9cef857 100644 --- a/pages/Compiling_the_native_Windows_EFL.txt +++ b/pages/Compiling_the_native_Windows_EFL.txt @@ -108,11 +108,13 @@ The cmake found by meson still has to find the dependencies, but vcpkg's install **[Hint]** -You can create an environment ''env.bat'' file, for example (considering vcpkg is installed in ''C:/Users/Someone/vcpkg''): +You can create an environment ''env.bat'' file in EFL's root (e.g. ''C:/Users/Someone/efl/env.bat'') before calling ''configure.bat'', containing for example (considering vcpkg is installed in ''C:/Users/Someone/vcpkg''): set vcpkg_toolchain_file=C:/Users/Someone/vcpkg/scripts/buildsystems/vcpkg.cmake + +This file is run everytime by ''configure.bat'' as a special way to set local custom environment variables. ----