Re: [AD] msvc makefile patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Saturday 28 January 2006 09:57, Matthew Leverton wrote:
> 1) Adds an EMBED_MANIFEST define that automatically gets set if MSVC8
> is being used with the (default) non-static C runtime.
>
> 2) Embeds the manifest for the DLL's automatically. Manifests for
> other executables are not automatically embedded, but could be by
> running the "misc\embedman.bat all" command or hacking the makefile
> further... [embedman.bat is attached to a previous e-mail.]
I've commited this part.
> 3) Introduces six new names for the static C runtime version of
> Allegro, as the lib/dll files are incompatible with the standard
> version.
>
> 4) Adds a INIT_CMD define that is executed under "msg" if it is set.
>
> *** Some points that people may want to discuss before applying:
I've not yet commited this part, since I'd like to hear more opinions on
the names of the libraries. Unless no one really cares, in which case I
think it can be commited later this week.
Evert