mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-08 07:52:09 +01:00
8 lines
289 B
Batchfile
8 lines
289 B
Batchfile
|
|
||
|
rem source ~/SDKs/emsdk/emsdk_env.sh
|
||
|
|
||
|
|
||
|
em++ main.cpp shader.cpp material.cpp mesh.cpp mesh_instance.cpp mesh_utils.cpp texture.cpp camera.cpp application.cpp scene.cpp game_scene.cpp object_2d.cpp tile_map.cpp sprite.cpp ^
|
||
|
--embed-file download.bmp -o bin/game_js.html -s USE_SDL=2
|
||
|
|