Re: [AD] msvc, static runtime versions (revisited) |
[ 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] msvc, static runtime versions (revisited)
- From: "Matthew Leverton" <meffer@xxxxxxxxxx>
- Date: Thu, 15 Jun 2006 17:50:34 -0500
Actually, I don't understand. What's the difference between static
release and static runtime/release?
Static runtime means the C runtime is built-in. This is independent on
whether or not Allegro is compiled statically. Allegro has always
supported static C runtime builds with MSVC, but there hasn't ever
been much of a reason to use them until version 8 came out.
So you have alleg_s.lib vs alleg_s_static_c_runtime.lib and so on.
There is no need for a version, as the .libs have never been versioned
anyway. (Although, perhaps they should be.)
--
Matthew Leverton