I'm trying to configure Emscripten and OpenGL on Visual Studio 2010. Emscripten and OpenGL are working fine separated. When I'm trying to compile an OpenGL example with Emscripten I get linker error -
GCCLINK : error root: opengl32.lib: No such file or directory ("opengl32.lib" was expected to be an input file, based on the commandline arguments provided)
anybody?