On Wed, Aug 26, 2009 at 2:21 PM, Dylan Smithdylan.ah.smith@gmail.com wrote:
When compiling Wine on windows, the non-script tools will have an .exe extension, but the makefiles assumed that the tools never have an extention. Naturally this caused problems with the build, causing it to fail on Windows.
Please re-run autoconf to update the configure script.
Make.rules.in | 21 +++++++++++---------- configure.ac | 9 +++++++++ 2 files changed, 20 insertions(+), 10 deletions(-)
I've never had a problem building most of Wine with cygwin or msys+mingw before. Is this new behaviour?