VirusAttack/olcCodeJam2023Entry/emscripten_build.ps1
2023-08-25 14:44:35 -05:00

2 lines
239 B
PowerShell

~\Documents\emsdk\emsdk_env.ps1 activate latest
em++ -std=c++20 -gsource-map -s ALLOW_MEMORY_GROWTH=1 -s MAX_WEBGL_VERSION=2 -s MIN_WEBGL_VERSION=2 -s USE_LIBPNG=1 -s USE_SDL_MIXER=2 $(Get-ChildItem *.cpp) -o pge.html --preload-file assets