=== GCC ===

 How/where do I tell GCC to use wrc.exe instead of rc.exe for adding ressources?
 create a makefile
 vladest: I have a makefile...
 so, add rule for *.res



=== lib -> GCC lib ===

Q:

A:
В большинстве случаев помогает стандартное
emximp -o opengl.a opengl.dll
или даже
emximp -o opengl.a opengl.lib

thx ntim


Можно просто при сборке программы добавить путь к DLL в строке gcc.

thx froloff