[Scummvm-cvs-logs] CVS: scummvm/sound fmopl.cpp,1.11,1.12 midiparser.cpp,1.12,1.13 midiparser_smf.cpp,1.13,1.14 midiparser_xmidi.cpp,1.12,1.13 mixer.h,1.20,1.21

J.Brown (Ender) ender at scummvm.org
Wed Jun 18 22:03:01 CEST 2003


It's a MSVC 'required feature'. stdafx includes frequently used headers
which are mostly static (eg, system headers). They are then pre-compiled
to speed up a ton of things. Think of it as a weird method of making up
for poor dependency tracking :P

 - Ender

   http://www.scummvm.org/   | "Amen! Attempts to eradicate humour from
   http://www.quakesrc.org/  |  our distribution should be ignored with
   http://www.enderboi.com/  |  extreme prejudice" - cjwatson at debian.org

On Thu, 19 Jun 2003, Max Horn wrote:

> Date: Thu, 19 Jun 2003 01:24:42 +0200
> From: Max Horn <max at quendi.de>
> To: Marcus Comstedt <marcus_c at users.sourceforge.net>
> Cc: scummvm-cvs-logs at lists.sourceforge.net
> Subject: Re: [Scummvm-cvs-logs] CVS: scummvm/sound fmopl.cpp,1.11,
>     1.12 midiparser.cpp,1.12,1.13 midiparser_smf.cpp,1.13,
>     1.14 midiparser_xmidi.cpp,1.12,1.13 mixer.h,1.20,1.21
>
>
> Am Mittwoch, 18.06.03 um 23:10 Uhr schrieb Marcus Comstedt:
>
> > Update of /cvsroot/scummvm/scummvm/sound
> > In directory sc8-pr-cvs1:/tmp/cvs-serv1507
> >
> > Modified Files:
> > 	fmopl.cpp midiparser.cpp midiparser_smf.cpp
> > 	midiparser_xmidi.cpp mixer.h
> > Log Message:
> > Use stdafx.h instead of manually including system headers.
> >
>
> Uhm ... why ?
>
> In fact, I am still waiting for somebody to explain why stdafx.h is
> needed at all. Would somebody care to elaborate this, and document it
> in a comment in stdafx.h itself?
>
>
> Max
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: INetU
> Attention Web Developers & Consultants: Become An INetU Hosting Partner.
> Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
> INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
> _______________________________________________
> Scummvm-cvs-logs mailing list
> Scummvm-cvs-logs at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scummvm-cvs-logs
>





More information about the Scummvm-git-logs mailing list