Re: [AD] makefile.vc prob |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> > with the current 4.2.0.RC
> > can you make one little adjustment..
>
> That doesn't look like a good thing to do. TARGET_ARCH_EXCL is supposed
> to be defined to the target architecture option (ie "pentium",
> "athlon-xp", etc), without the option itself. With that, it basically
> turns it into an option to add CFLAGS, which, if it's going to be done,
> should be handled a cleaner way. IMO, it's fine how it is.
Yes, I agree - eventhough you cannot pass TARGET_ARCH_EXCL=pentium for MSVC
(I think it'd be nice if you could though, hint ;)).
To add options to CFLAGS, I think Vincent made it possible to pass
CFLAGS=... on the make commandline.
Evert