Johannes Schindelin, le Wed 28 Nov 2007 12:49:34 +0000, a écrit : > On Tue, 27 Nov 2007, Hotmail wrote: > > > The following is another patch against the head that lets me build it on > > Windows, as well as makes the adlib.c file debuggable. > > > > Index: Makefile > > =================================================================== > > RCS file: /sources/qemu/qemu/Makefile,v > > retrieving revision 1.136 > > diff -r1.136 Makefile > > 17a18,20 > > > ifdef CONFIG_WIN32 > > > LIBS= -lmingw32 -mno-cygwin > > > else > > 18a22 > > > endif > > So you build it in Cygwin, not "on Windows".
Not exactly. -mno-cygwin means that he used the cygwin-provided gcc, but provide a non-cygwin binary that can be shipped without extra dlls. Samuel