zeromq / zeromq3-x

ØMQ/3.2 release branch - bug fixes only
GNU General Public License v3.0
227 stars 96 forks source link

simple Makefile for mingw32 #96

Closed pijyoi closed 11 years ago

pijyoi commented 11 years ago

easier to just compile using this Makefile rather than to install MSYS and running configure and friends

hintjens commented 11 years ago

Is this patch already made against libzmq master? If not, can you do that, then let me know and I'll cherry pick it back to 3-x stable. Otherwise it'll be lost when we make the next stable release.

pijyoi commented 11 years ago

I did one before for libzmq master, but there are more source files and some files got renamed in libzmq compared to zeromq3-x.

I think for the initial commit, the file list was still quite similar.

https://github.com/pijyoi/libzmq/commit/679869d98144adf70e738fa269f4d4c89e2f08a3

The difference are the new files raw_encoder.cpp and raw_decoder.cpp. On Jul 12, 2013 3:44 AM, "Pieter Hintjens" notifications@github.com wrote:

Is this patch already made against libzmq master? If not, can you do that, then let me know and I'll cherry pick it back to 3-x stable. Otherwise it'll be lost when we make the next stable release.

— Reply to this email directly or view it on GitHubhttps://github.com/zeromq/zeromq3-x/pull/96#issuecomment-20836854 .

hintjens commented 11 years ago

OK, thanks!