On Sun, Jan 24, 2010 at 11:06:19PM -0500, Chris Sutcliffe wrote:
> Is it possible to configure vim in such a way as to not needing to be
> built in the /vim/src directory?  I'd like to use the same source
> repository to build vim and gvim for Cygwin and MinGW and the target
> names conflict if both build in the /vim/src directory.

You can make use of the SHADOWDIR Makefile variable and the shadow make
target.  E.g., I use the name of the binary package as SHADOWDIR when
building the various Debian packages.

   cd src
   make shadow SHADOWDIR=mingw  # setup the shadow directory
   cd mingw
   ./configure
   make
   ...

Repeat with SHADOWDIR=cygwin.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]>

Attachment: signature.asc
Description: Digital signature

Raspunde prin e-mail lui