diff --git a/ChangeLog b/ChangeLog index 2e38d51eb3..5167fe97f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-11-02 Tor Lillqvist + + * user_install.bat: Don't copy gtkrc any longer, not used. + 2000-10-31 Sven Neumann * plug-ins/print/escputil.1.in: Robert L Krawitz diff --git a/README.win32 b/README.win32 index f8f8160900..76cfe19445 100644 --- a/README.win32 +++ b/README.win32 @@ -1,13 +1,12 @@ For more information about the port or GLib, GTk+ and the GIMP to native Windows, and pre-built binary packages, see -http://www.iki.fi/tml/gimp/win32/ or -http://www.gimp.org/~tml/gimp/win32/ +http://www.gimp.org/win32/ or http://www.iki.fi/tml/gimp/win32/ . To build the GIMP on Win32, you can use either gcc or Microsoft Visual C++. The gcc to use should be for a mingw configuration (producing -executables that don't depend on the cygwin dll). For more information -about the preparation necessary for building with gcc, what version -you want and where to get it, etc, read README.win32 in GLib 1.3 (or +executables that don't use the cygwin dll). For more information about +the preparation necessary for building with gcc, what version you want +and where to get it, etc, read README.win32 in GLib 1.3 (or later). (GLib 1.3 is the developer version and thus isn't distributed per se, but available from CVS, and especially for Windows in zipfiles from the web pages mentioned above.) diff --git a/data/misc/user_install.bat b/data/misc/user_install.bat index c83a43c3f5..25d1840022 100644 --- a/data/misc/user_install.bat +++ b/data/misc/user_install.bat @@ -3,7 +3,6 @@ mkdir %2 copy %3\gimprc_user %2\gimprc copy %3\unitrc %2\unitrc -copy %3\gtkrc_user %2\gtkrc mkdir %2\brushes mkdir %2\generated_brushes mkdir %2\gradients diff --git a/user_install.bat b/user_install.bat index c83a43c3f5..25d1840022 100644 --- a/user_install.bat +++ b/user_install.bat @@ -3,7 +3,6 @@ mkdir %2 copy %3\gimprc_user %2\gimprc copy %3\unitrc %2\unitrc -copy %3\gtkrc_user %2\gtkrc mkdir %2\brushes mkdir %2\generated_brushes mkdir %2\gradients