emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Move sha1 to C?


From: Eli Zaretskii
Subject: Re: Move sha1 to C?
Date: Mon, 23 May 2011 21:12:14 +0300

> From: Leo <address@hidden>
> Date: Tue, 24 May 2011 01:47:47 +0800
> 
> > Btw, if you can afford it, please consider making in
> > src/makefile.w32-in and in lib/makefile.w32-in the changes equivalent
> > to what you did in src/deps.mk and lib/gnulib.mk, respectively, to
> > prevent the Windows build from breaking.  TIA.
> 
> Is the following sufficient?
> 
> === modified file 'src/makefile.w32-in'
> --- src/makefile.w32-in       2011-05-18 11:32:07 +0000
> +++ src/makefile.w32-in       2011-05-23 17:46:52 +0000
> @@ -866,6 +866,7 @@
>       $(EMACS_ROOT)/nt/inc/unistd.h \
>       $(EMACS_ROOT)/nt/inc/sys/time.h \
>       $(EMACS_ROOT)/lib/md5.h \
> +     $(EMACS_ROOT)/lib/sha1.h \
>       $(LISP_H) \
>       $(SRC)/atimer.h \
>       $(SRC)/blockinput.h \

For src/makefile.w32-in, yes.  For lib/makefile.w32-in, sha1.c should
have its prerequisites added, and sha1.$(O) added to GNULIBOBJS.

TIA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]