So, here is how I did it (like 1 minute ago).
- Grab the glfx source.
- Open the vs2010 project in vs2012.
- In the solution, right click on the bold project "glfx".
- Goto "Resources".
- Note the project referenced, "glew_static".
- You'll need to get the glew source and add the project to the glfw solution, then add it as a reference.
- So, remove the old glew static reference inside of glfx references.
- Add your own, "my_glu\build\vc10\glew_static.vcxproj".
- Add a glfx reference to the project you just added to the solution.
- Your build should now work.
- Goto glfx/Debug (or Release if you built that?), and grab a copy of the .lib to use in your project.
Whamo, that should do it.