File indexing completed on 2024-05-12 07:37:26

0001 all:
0002         python ~/Projects/emscripten/emcc -O1 -s EXPORTED_FUNCTIONS="['_tessellate', '_malloc', '_free']" dict.c mesh.c render.c tess.c geom.c memalloc.c normal.c priorityq.c sweep.c tessmono.c tessellate.c -o tessellate.asm.js
0003         cp tessellate.asm.js ~/Workspaces/Shumway/src/swf/gl/lib/
0004         cp tessellate.js ~/Workspaces/Shumway/src/swf/gl/lib/
0005 
0006         gcc dict.c mesh.c render.c tess.c geom.c memalloc.c normal.c priorityq.c sweep.c tessmono.c tessellate.c main.c -o tessellate