mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-04-23 21:53:28 +02:00
9 lines
167 B
Bash
Executable File
9 lines
167 B
Bash
Executable File
|
|
|
|
em++ main.cpp libs/SDL2-js/lib/libSDL2.a -o game.html \
|
|
-Ilibs/SDL2-js/include \
|
|
-Ilibs/SDL2-js/lib
|
|
|
|
#em++ main.cpp -o bin/game_js.html \
|
|
# -s USE_SDL=2
|