Mariano Alvarez Fernandez schrieb:
I have uploaded a pre-release of GRX 2.4.4. Download it from:
Thanks a lot.
http://grx.gnu.de/download/grx244p1.zip
Testing and comments will be welcome.
src/makefile.dj2: if not exist $(DOS_DJGPP_V2) del $(SYSTEM_TAG_PREFIX).* ^^^ src/makefile.w32: if not exist $(WIN32_i386) del $(SYSTEM_TAG_PREFIX).* ^^^ IMHO the 'not' should be removed :)
What do you think about adding the mechanism of creating the grx*.ver grx*.mft grx*.dsm files for DJGPP to the 'make install*' stream ?
generic question: did anyone succeed building TIFF/JPEG/PNG support for MINGW32? If yes, could a how_to be supplied?