TeleMidia / ginga

A Ginga iTV middleware implementation by TeleMídia/PUC-Rio
http://ginga.org.br
GNU General Public License v2.0
51 stars 8 forks source link

Use __declspec to support windows shared libraries #104

Open alanlivio opened 6 years ago

alanlivio commented 6 years ago

Today, all binaries (i.e. ginga, gingagui, tests) are compiled staticly and make slow de development on windows environment. We may use nclua[1] MACROS.

[1] https://github.com/TeleMidia/nclua/blob/53d9277a7efa6c316e13bfe0b5bc60f2d4c3aef8/lib/ncluaconf.h.in

robertogerson commented 6 years ago

Do we need it for the "Refactoring Release"?

alanlivio commented 6 years ago

You right, its not high priority. But its good to be done in future.