Wiki page Compiling_the_native_Windows_EFL changed with summary [] by Felipe Magno de Almeida

This commit is contained in:
Felipe Magno de Almeida 2020-09-09 20:37:17 -07:00 committed by www-data
parent fe8db9f225
commit a5724d669f
1 changed files with 2 additions and 2 deletions

View File

@ -121,10 +121,10 @@ The cmake found by meson still has to find the dependencies, but vcpkg's install
''configure.bat'' uses the ''vcpkg_toolchain_file'' environment variable to pass the toolset as parameter to CMake from Meson.
</note>
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''):
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>
c:\efl-path> echo "set vcpkg_toolchain_file=C:/Users/Someone/vcpkg/scripts/buildsystems/vcpkg.cmake" > env.bat
c:\efl-path> echo "set vcpkg_toolchain_file=C:\vcpkg-path\scripts\buildsystems\vcpkg.cmake" > env.bat
</code>
This file is run everytime by ''configure.bat'' as a special way to set local custom environment variables.