Re: [AD] alplatf.h problem |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Henrik Stokseth <hstokset@xxxxxxxxxx> wrote:
> -put #ifndef SCAN_DEPEND / #endif around #include "alplatf.h", and then in
> all makefiles explicitly declare the platform: gcc -DALLEGRO_<PLATFORM>
for
> just the depend target.
committed for all platforms except macintosh and unix.
george why couldn't you simply rely on the output from gcc -MM -MG instead
of using sed and scripts? IMHO it seems cleaner to me.
-henrik