[Vorbis-dev] Re: win32 sdk

Glenn Maynard glenn at zewt.org
Wed Oct 13 11:40:31 PDT 2004


On Wed, Oct 13, 2004 at 08:19:46PM +0200, Dimitry Andric wrote:
> > VC2003 project files have similar problems: VC2003's project files are not
> > (AFAIK) readable by VC2002.
> 
> Well probably readable, but you'll need to "upgrade" them to VC2003
> format, and then they're of course not backwards compatible anymore.

That's backwards; the problem is that VC2002 can't read projects written
by VC2003.

>   lib_ogg_d_md.dsp
>   lib_ogg_d_ml.dsp
>   lib_ogg_d_mt.dsp
>   lib_ogg_s_md.dsp
>   lib_ogg_s_ml.dsp
>   lib_ogg_s_mt.dsp
>   lib_vorbisenc_d_md.dsp
>   lib_vorbisenc_d_ml.dsp
>   lib_vorbisenc_d_mt.dsp
>   lib_vorbisenc_s_md.dsp
>   lib_vorbisenc_s_ml.dsp
>   lib_vorbisenc_s_mt.dsp
>   lib_vorbisfile_d_md.dsp
>   lib_vorbisfile_d_ml.dsp
>   lib_vorbisfile_d_mt.dsp
>   lib_vorbisfile_s_md.dsp
>   lib_vorbisfile_s_ml.dsp
>   lib_vorbisfile_s_mt.dsp
>   lib_vorbistools_s_md.dsp
>   lib_vorbistools_s_ml.dsp
>   lib_vorbistools_s_mt.dsp
>   lib_vorbis_d_md.dsp
>   lib_vorbis_d_ml.dsp
>   lib_vorbis_d_mt.dsp
>   lib_vorbis_s_md.dsp
>   lib_vorbis_s_ml.dsp
>   lib_vorbis_s_mt.dsp
> 
> Here the _d and _s suffixes stand for "DLL" and "static", and _md, _ml
> and _mt for "using DLL runtime", "using static runtime" and "using
> static multithreaded runtime", respectively.  As you can see, there's
> a lot of project files to maintain. ;)

The normal way of doing this is to have one set of project files, and use
configurations to manage different build types.

-- 
Glenn Maynard


More information about the Vorbis-dev mailing list