zeromq / zeromq4-x

ØMQ 4.x stable release branch - bug fixes only
GNU General Public License v3.0
457 stars 194 forks source link

Fix #73: link error when cross-compiling with mingw. #74

Closed mditzel closed 10 years ago

mditzel commented 10 years ago

Fixed the link error. Cleaned up double inclusion of rc-sources in sources.

mditzel commented 10 years ago

Irrespective of the above (occurs with and without the patch), I noted the following warning when compiling with cmake:

ninja: warning: multiple rules generate ... version.rc. builds involving this target will not be correct; continuing anyway

Could not find the cause yet.