Files
UnrealEngineUWP/Engine/Build/BatchFiles/HTML5/BuildThirdParty.bat
Nick Shin b82de27fad jukka's (Mozilla) python scripts to build ThirdParty HTML5 libs
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]
2016-10-31 21:18:22 -04:00

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