Files
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
..

usage: 

Setup : install emcscripten ( https://github.com/kripken/emscripten/wiki/Tutorial ). 
Edit _internal.bat and configure vcvarsall.bat location as needed. ( to find nmake ) 

BuildThirdParty.bat # build 
BuildThirdParty.bat clean # clean
BuildThirdParty.bat install # copy bc files to their respective respective locations. 
BuildThirdParty.bat uninstall # delete bc files from their respective final locations

makedir.txt: 
this text file contains the name, root dir and makefile location for individual third party projects - edit this to include more projects.