Re: [AD] Building Allegro for MSVC using the latest Cygwin is broken |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Monday 07 March 2005 11:57, Andrei Ellman wrote:
> Three more possible solutions I would suggest.
>
> 1. Calling the MSVC executables by the absolute pathname at the
> makefile-level.
> 2. The program runner.exe that is built during the Allegro build-process
> should call the MSVC executables by the absolute pathname.
> 3. Runner.exe should locally change the order of the search-path so that
> the MSVC/bin directory is first (although this might cause problems with
> any programs in MSVC/bin named the same as unix utilities).
>
> Any comments?
I think 2 is clearly the best solution.
Evert