alliedmodders / ambuild

AlliedModders C++ Build System
BSD 3-Clause "New" or "Revised" License
61 stars 32 forks source link

Add Emscripten support. #24

Closed dvander closed 10 years ago

dvander commented 10 years ago

This required a little refactoring, and it only supports the js output mode. Since Emscripten no longer generates an executable, I hacked detection in by sniffing the output of $CXX -dM -E.