[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Specify location of emacs.exe for make recompile?
From: |
Eli Zaretskii |
Subject: |
Re: Specify location of emacs.exe for make recompile? |
Date: |
Sat, 25 Sep 2010 09:01:20 +0200 |
> Date: Fri, 24 Sep 2010 18:50:18 -0600
> From: Christoph <address@hidden>
>
> I compile Emacs inplace and don't install, thus there is no emacs.exe in
> the bin directory. When running `make recompile' on Windows I get an
> error that emacs.exe was not found (in `bin'). I want to say that I read
> somewhere that I can pass an argument to `make' or `configure' that
> tells `make recompile' to look somewhere else for the executable, e.g.
> in `src/oo-spd/i386' but I cannot find the relevant info. Did I remember
> this correctly?
Yes. Like so:
make recompile EMACS=../src/oo-spd/i386/emacs.exe