From 67e4359ca7b05d68afa9f132cce2a870d105a3af Mon Sep 17 00:00:00 2001 From: Michael Schumacher Date: Thu, 29 Jan 2004 23:49:29 +0000 Subject: [PATCH] Sven fixed the EXEEXT problem in plug-ins/common. Updated README.win32 accordingly. --- README.win32 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.win32 b/README.win32 index ae67861b0f..d037a3b3fb 100644 --- a/README.win32 +++ b/README.win32 @@ -11,13 +11,6 @@ There are two ways to build GIMP on Win32: Makefiles (which use libtool and gcc to do the compilation). I use this myself. -Unfortunately, this doesn't work 100% correctly in all -directories. For instance in plug-ins/common there is some problems -with the optional plug-ins, for instance "png". The generated Makefile -wants to make just png (no .exe), and then tries to compile it without -any of the relevant -I and -D flags, which of course fails. You have -to explicitly make png.exe. - 2) Use the Microsoft compiler, cl and Make, nmake. Say nmake -f makefile.msc in various directories. These makefiles are maintained by Hans Breuer . They presumably will not generate the