You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
halx99
changed the title
Compile engine once, link prebuilt for project
[Windows dev workflow] Compile engine once, link prebuilt for project
Dec 31, 2021
halx99
changed the title
[Windows dev workflow] Compile engine once, link prebuilt for project
[Windows workflow] Compile engine once, link prebuilt for project
Feb 24, 2022
Build engine once, linking by every projects
Use steps:
cd axmol cmake -B build_x86 -A Win32 -DAX_BUILD_TESTS=OFF cmake --build build_x86 --config Debug cmake --build build_x86 --config Release
Notes:
The app build architecture must match with axmol engine build dir
The text was updated successfully, but these errors were encountered: