]> code.delx.au - gnu-emacs/commit
addpm.c: Do not add obsolete GTK libraries to the path.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 24 Oct 2015 22:20:03 +0000 (00:20 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 24 Oct 2015 22:35:35 +0000 (00:35 +0200)
commit87a30649e791392656606422383e1683f6b5781e
treede6c350093ff091f56f9a26aea67bca616280725
parentcbbea701c6956961b55ed754fbfe2ae6329f940b
addpm.c: Do not add obsolete GTK libraries to the path.

* nt/addpm.c (REG_GTK, REG_RUNEMACS_PATH): Delete.
(add_registry): Remove variables `size' and `gtk_key'.
Do not add the GTK DLL directory to the library search path; it is
confusing behavior (in particular, the same Emacs version with and
without invoking addpm will use a different path), and the GTK image
libraries are obsolete anyway.
nt/addpm.c