diff nt/xemacs.mak @ 523:cd662ad69f40

[xemacs-hg @ 2001-05-09 13:43:49 by ben] regex.c: fix error compiling regexps with back-references in them. xemacs.mak: do not warn about gtk when we're not trying to compile with it. font.el, gtk-widget-accessors.el, widgets-gtk.el, x-font-menu.el: fix byte-compilation warnings. etags.c: temporary fix to avoid crashes with new regex code. PROBLEMS: i swear i already committed this.
author ben
date Wed, 09 May 2001 13:43:58 +0000
parents 98145293255c
children ef4d2466a29c
line wrap: on
line diff
--- a/nt/xemacs.mak	Wed May 09 11:48:28 2001 +0000
+++ b/nt/xemacs.mak	Wed May 09 13:43:58 2001 +0000
@@ -1500,19 +1500,10 @@
 !endif
 !if $(HAVE_GTK)
   --------------------------------------------------------------------
-  WARNING: Compiling WITHOUT GTK support.
-  WARNING: As of xemacs-21.2-b44
-  WARNING: gtk-xemacs is not supported on MSWindows (mingw or msvc).
-  WARNING: Yes, we know that gtk has been ported to native MSWindows
-  WARNING: but XEmacs is not yet ready to use that port.
-  --------------------------------------------------------------------
-!else
-  --------------------------------------------------------------------
-  WARNING: Compiling without GTK support.
-  WARNING: As of xemacs-21.2-b44
-  WARNING: gtk-xemacs is not supported on MSWindows (mingw or msvc).
-  WARNING: Yes, we know that gtk has been ported to native MSWindows
-  WARNING: but XEmacs is not yet ready to use that port.
+  WARNING: You specified HAVE_GTK=1, but we are compiling WITHOUT GTK support.
+  WARNING: gtk-xemacs is not currently supported on MSWindows (mingw or msvc).
+  WARNING: Yes, we know that gtk has been ported to native MSWindows, but
+  WARNING: XEmacs is not yet ready to use that port.
   --------------------------------------------------------------------
 !endif
 !if $(HAVE_XPM)