WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=0a326d5e98d8de9bb7cc31a2e0591b5faebcf6f9
commit 0a326d5e98d8de9bb7cc31a2e0591b5faebcf6f9 Author: João Paulo Taylor Ienczak Zanette <jpaulo...@gmail.com> Date: Tue Sep 1 08:11:34 2020 -0700 Wiki page Compiling_the_native_Windows_EFL changed with summary [Be a little more clear about env.bat's location and purpose] by Joo Paulo Taylor Ienczak Zanette --- pages/Compiling_the_native_Windows_EFL.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 <note> **[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''): <code> set vcpkg_toolchain_file=C:/Users/Someone/vcpkg/scripts/buildsystems/vcpkg.cmake </code> + +This file is run everytime by ''configure.bat'' as a special way to set local custom environment variables. </note> ---- --