Re: [AD] ALLEGRO_NO_ASM broken completely on windows |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2007-10-16, Milan Mimica <milan.mimica@xxxxxxxxxx> wrote:
> Milan Mimica wrote:
> > There is only one reasonable thing to do: Rename the lib and the DLL if
> > compiled without ASM. Add the _c prefix or something. Who really wants
>
> Attached a patch. Is this all it takes?
What about other Windows compilers?
> MSVC project files have to be changed separately.
They are generated.
The patch looked okay to me, but CC_SUFFIX is misleading because CC
usually means "C compiler", or "C++". What about just NO_ASM_SUFFIX?
Peter