wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

support for building with mingw #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently EDB actually builds with visual studio 2008. I would like to expand 
the list of supported compilers to include mingw. At the moment there are a few 
issues, namely:

* Some symbols for newer functions are not in the mingw version of windows.h
* edb.lib is not created by the mingw build process breaking plugins.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21