When linking a native application a list of libraries is provided. With
Emscripten some of those libraries' functions are embedded and there is
no library file to link to, e.g. libGLESv2 and libEGL. Since I am using
vs-tool, I listed the libraries in MS link style, e.g. libEGL.lib in the
command. Emscripten exits with an error no such file or directory. If I
use -llibEGL instead, I get a warning but Emscripten continues.

Does emconfigure remove these libraries from link commands? Is there a
way to silence the warning or prevent the error with missing .lib files?

I ask because I am generating my project files with GYP which does not
appear to allow per-configuration library lists so I am seeking a
workaround for having the same library list in x64 and Emscripten
configurations.

Regards

    -Mark

-- 
注意:この電子メールには、株式会社エイチアイの機密情報が含まれている場合
が有ります。正式なメール受信者では無い場合はメール複製、 再配信または情
報の使用を固く禁じております。エラー、手違いでこのメールを受け取られまし
たら削除を行い配信者にご連絡をお願いいたし ます.

NOTE: This electronic mail message may contain confidential and
privileged information from HI Corporation. If you are not the intended
recipient, any disclosure, photocopying, distribution or use of the
contents of the received information is prohibited. If you have received
this e-mail in error, please notify the sender immediately and
permanently delete this message and all related copies.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to