I wholeheartedly recommend using CMake for this type of batch build
tasks, since it enables having to write only one project definition
file, and generating both Visual Studio solution (for any VS version)
and Emscripten MinGW Makefiles out of it. That way you can generate a
VS2017 project to use as an IDE, and then run "mingw32-make -j" on the
command line to build to Emscripten.
CMake is very widely used, and as a result it has the benefit that one
can just google solutions to nearly any CMake-related problem, as
opposed to e.g. being restricted to being at the mercy of official
project documentation pages only.
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
emscripten-disc...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.