Skip to content

Commit

Permalink
files
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Nov 8, 2023
1 parent f98ca5e commit e587f04
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 182 deletions.
2 changes: 1 addition & 1 deletion docs/c_examples/compile_emcc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ do
mkdir -p $READTHEDOCS_OUTPUT/html/emscripten_c_$dir/
echo "Compiling... "
if [ $OPENGL -eq 1 ]; then
emcc -O$OPTIMI -Isrc/ src/*.c $dir/problem.c -DOPENGL=1 -sSTACK_SIZE=655360 -s USE_GLFW=3 -s FULL_ES3=1 -sASYNCIFY --shell-file docs/c_examples/shell_rebound.html -o $READTHEDOCS_OUTPUT/html/emscripten_c_$dir/index.html || exit 1
emcc -O$OPTIMI -Isrc/ src/*.c $dir/problem.c -DOPENGL=1 -sSTACK_SIZE=655360 -s USE_GLFW=3 -s FULL_ES3=1 -sASYNCIFY --shell-file web_client/shell_rebound.html -o $READTHEDOCS_OUTPUT/html/emscripten_c_$dir/index.html || exit 1
else
emcc -O$OPTIMI -Isrc/ src/*.c $dir/problem.c -sSTACK_SIZE=655360 -sASYNCIFY -o $READTHEDOCS_OUTPUT/html/emscripten_c_$dir/index.html || exit 1
fi
Expand Down
181 changes: 0 additions & 181 deletions docs/c_examples/shell_rebound.html

This file was deleted.

File renamed without changes.

0 comments on commit e587f04

Please sign in to comment.