[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: windows installer
From: |
Eli Zaretskii |
Subject: |
Re: windows installer |
Date: |
Sat, 25 Nov 2017 14:56:35 +0200 |
> From: address@hidden (Phillip Lord)
> Cc: address@hidden, address@hidden, address@hidden
> Date: Sat, 25 Nov 2017 11:08:12 +0000
>
> >> (defconst emacs-build-system
> >> (if (file-exists-p "~/.emacs-build-system-name")
> >> (with-temp-buffer
> >> (insert-file-contents "~/.emacs-build-system-name")
> >> (buffer-string))
> >> (system-name)))
> >
> > Where do you want to put this? Are you going to patch the sources
> > from which you produce the binaries?
>
> master
Then I think a much better way would be to access some environment
variable instead of a file. (Assuming there's no way for you to
arrange for that system to return some string of your liking as the
system name -- if that's possible, it would be preferable, because
having in our code something that caters to building installable
binaries on MS-Windows is not something I'd do happily.)
- Re: windows installer, (continued)
- Re: windows installer, Angelo Graziosi, 2017/11/14
- Re: windows installer, Jostein Kjønigsen, 2017/11/20
- Re: windows installer, Eli Zaretskii, 2017/11/20
- Re: windows installer, Phillip Lord, 2017/11/22
- Re: windows installer, Eli Zaretskii, 2017/11/22
- Re: windows installer, Phillip Lord, 2017/11/23
- Re: windows installer, Eli Zaretskii, 2017/11/23
- Re: windows installer, Phillip Lord, 2017/11/24
- Re: windows installer, Eli Zaretskii, 2017/11/24
- Re: windows installer, Phillip Lord, 2017/11/25
- Re: windows installer,
Eli Zaretskii <=
- Re: windows installer, Phillip Lord, 2017/11/27
- Re: windows installer, Angelo Graziosi, 2017/11/12
Re: windows installer, Eli Zaretskii, 2017/11/12