Life saver: update locale generation

This commit is contained in:
SoftFever 2023-09-05 22:36:29 +08:00
parent 86f51cd9d0
commit 76d59ac033
25 changed files with 71 additions and 12 deletions

View file

@ -20,4 +20,7 @@ cd build
cmake .. -G "Visual Studio 17 2022" -A x64 -DBBL_RELEASE_TO_PUBLIC=1 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./OrcaSlicer" -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release --target ALL_BUILD -- -m
cd ..
run_gettext.bat
cd build
cmake --build . --target install --config Release