You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
the python scripts will need tweaking - they were moved from their original locations from:
fd48bc0e4a
the CMakeLists.txt (and one configure.ac) files are defiinitely used from the (bash) shell build script (to build thirdparty libs for HTML5)...
#jira UE-37329 - //UE4/Main: Step 'Compile UE4Game HTML5' - 300 Warnings
#rb none
#lockdown josh.adams
[CL 3180930 by Nick Shin in Main branch]
10 lines
903 B
Batchfile
10 lines
903 B
Batchfile
@echo off
|
|
|
|
call python -u %~dp0\..\..\..\..\Engine\Source\ThirdParty\zlib\zlib-1.2.5\Src\HTML5\build_for_html5.py rebuild verbose
|
|
call python -u %~dp0\..\..\..\..\Engine\Source\ThirdParty\FreeType2\FreeType2-2.6\Builds\html5\build_for_html5.py rebuild verbose
|
|
call python -u %~dp0\..\..\..\..\Engine\Source\ThirdParty\HarfBuzz\harfbuzz-1.2.4\BuildForUE\HTML5\build_for_html5.py rebuild verbose
|
|
call python -u %~dp0\..\..\..\..\Engine\Source\ThirdParty\libPNG\libPNG-1.5.2\projects\HTML5\build_for_html5.py rebuild verbose
|
|
call python -u %~dp0\..\..\..\..\Engine\Source\ThirdParty\Ogg\libogg-1.2.2\build\HTML5\build_for_html5.py rebuild verbose
|
|
call python -u %~dp0\..\..\..\..\Engine\Source\ThirdParty\Vorbis\libvorbis-1.3.2\build\HTML5\build_for_html5.py rebuild verbose
|
|
call python -u %~dp0\..\..\..\..\Engine\Source\ThirdParty\PhysX\PhysX_3.4\Source\compiler\HTML5\build_for_html5.py rebuild verbose
|