Reduce build time by about 66% by using precompiled headers for MFC GUI code.

This commit is contained in:
spacy51 2009-08-19 16:27:48 +00:00
parent 08bd48b812
commit 3659a3fb67
5 changed files with 1028 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,5 @@
#include "stdafx.h"
#include "AVIWrite.h"
#pragma comment( lib, "Vfw32" )

View File

@ -1,4 +1,3 @@
#include "stdafx.h"
#include <vfw.h>

View File

@ -1,5 +1,5 @@
#ifndef NO_OAL
#include "stdafx.h"
#ifndef NO_OAL
#include "VBA.h"
#include "OALConfig.h"

View File

@ -1,6 +1,5 @@
#ifndef NO_XAUDIO2
#include "stdafx.h"
#ifndef NO_XAUDIO2
#include "VBA.h"
#include "XAudio2_Config.h"