Hi, I would like to drop completely the windows/ subdirectory. The build under Windows can be done easily with Cygwin or MinGW in the "GNU way": ./configure && make.
My feeling is that the Makefile's present under windows/ need more effort to be kept updated, than the real benefits we can get from them. Is anybody _really_ using these files? Any real benefit to use them instead of "./configure && make"? Cheers, Giuseppe