Re: [AD] STATICRUNTIME makefile patch for MSVC |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] STATICRUNTIME makefile patch for MSVC
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Sun, 03 Sep 2006 22:38:35 +0200
> Note that this patch requires six new folders to be present in obj/msvc:
>
> alld_crt
> ald_s_crt
> alleg_crt
> alleg_s_crt
> allp_crt
> allp_s_crt
>
> When I initially proposed the new names for the STATICRUNTIME, Evert
> suggested that some sort of "dirs" target be created to handle them.
The attached patch tries to combine that with your patch. It's pretty ugly
though. Someone may think of a way to clean it up, but it might be simpler
just to addthose directories to the repository in the end.
Evert