This PR creates a proper Linux makefile. I didn't remove the Linux targets from the old makefile, as I don't want to break the Mac builds - I also think the Mac builds need some love, but I don't have a Mac.
This new makefile builds correctly HexRaysCodeXplorer on Linux, to build for 32 bit simply set EA64=0, for 64 bit set EA64=1.
To build use make -f makefile.lnx.
This PR creates a proper Linux makefile. I didn't remove the Linux targets from the old makefile, as I don't want to break the Mac builds - I also think the Mac builds need some love, but I don't have a Mac.
This new makefile builds correctly HexRaysCodeXplorer on Linux, to build for 32 bit simply set EA64=0, for 64 bit set EA64=1. To build use make -f makefile.lnx.
Tested and working for both 32 and 64 bit.