]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mkfiles.pl
Tweak the icon script, and the generated icons, to more closely
[PuTTY.git] / mkfiles.pl
index b13c4ebad0a2840d21fd4f42f9e6474f59cfa4a5..e2bc3bbf8520f95bd6b1d57b07c9311c6669dea5 100755 (executable)
@@ -396,7 +396,7 @@ if (defined $makefiles{'cygwin'}) {
     "# RCINC = --include-dir c:\\cygwin\\include\\\n".
     "\n".
     &splitline("CFLAGS = -mno-cygwin -Wall -O2 -D_WINDOWS -DDEBUG -DWIN32S_COMPAT".
-      " -D_NO_OLDNAMES -DNO_MULTIMON " .
+      " -D_NO_OLDNAMES -DNO_MULTIMON -DNO_HTMLHELP " .
               (join " ", map {"-I$dirpfx$_"} @srcdirs)) .
               "\n".
     "LDFLAGS = -mno-cygwin -s\n".
@@ -927,7 +927,8 @@ if (defined $makefiles{'gtk'}) {
     "\n".
     &splitline("CFLAGS = -O2 -Wall -Werror -g " .
               (join " ", map {"-I$dirpfx$_"} @srcdirs) .
-              " `gtk-config --cflags`")."\n".
+              " `gtk-config --cflags`").
+                " -D _FILE_OFFSET_BITS=64\n".
     "XLDFLAGS = `gtk-config --libs`\n".
     "ULDFLAGS =#\n".
     "INSTALL=install\n",