mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 01:25:38 +00:00
(Windows) Reduced the ICU library size via a data filter file
This commit is contained in:
parent
1b70d815dd
commit
e9f4b4b261
|
@ -35,6 +35,14 @@ if not exist icu/icu4c\ (
|
||||||
)
|
)
|
||||||
|
|
||||||
cd icu/icu4c
|
cd icu/icu4c
|
||||||
|
set ICU_DATA_FILTER_FILE=%cd%\source\icu_filters.json
|
||||||
|
|
||||||
|
if not exist %ICU_DATA_FILTER_FILE% (
|
||||||
|
echo %ICU_DATA_FILTER_FILE% file is missing, aborting.
|
||||||
|
cd ..
|
||||||
|
goto end
|
||||||
|
)
|
||||||
|
|
||||||
msbuild source\allinone\allinone.sln /p:Configuration=Release /p:Platform=x64 /p:SkipUWP=true
|
msbuild source\allinone\allinone.sln /p:Configuration=Release /p:Platform=x64 /p:SkipUWP=true
|
||||||
|
|
||||||
copy /Y bin64\icudt75.dll ..\..\..\
|
copy /Y bin64\icudt75.dll ..\..\..\
|
||||||
|
|
|
@ -86,6 +86,7 @@ if not exist icu\ (
|
||||||
cd icu
|
cd icu
|
||||||
git sparse-checkout set --no-cone icu4c
|
git sparse-checkout set --no-cone icu4c
|
||||||
git checkout release-75-1
|
git checkout release-75-1
|
||||||
|
copy /Y ..\..\es-app\assets\icu_filters.json icu4c\source\
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo:
|
echo:
|
||||||
|
|
Loading…
Reference in a new issue