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

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@894 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
spacy51 2009-08-19 16:27:48 +00:00
parent e3e53e6d43
commit c20581c102
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"