machinekit / machinetalk-protobuf

Protobuf declarations for machinekit messages
MIT License
10 stars 11 forks source link

Windows support #3

Closed machinekoder closed 9 years ago

machinekoder commented 10 years ago

To make the protobuf file compilation work on Windows the Makefile needs to be translated to nmake. MinGW is no option when using the MSVC++ compiler.

machinekoder commented 9 years ago

No nmake is needed when using qmake to generate the Makefile. Compiling with MinGW is also possible but I would not recommend it. I consider this as fixed.