Reduce build time by about 66% by using precompiled headers for MFC GUI code.
This commit is contained in:
parent
08bd48b812
commit
3659a3fb67
File diff suppressed because it is too large
Load Diff
|
@ -1,3 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
|
||||
#include "AVIWrite.h"
|
||||
#pragma comment( lib, "Vfw32" )
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include "stdafx.h"
|
||||
#include <vfw.h>
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef NO_OAL
|
||||
#include "stdafx.h"
|
||||
#ifndef NO_OAL
|
||||
#include "VBA.h"
|
||||
|
||||
#include "OALConfig.h"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#ifndef NO_XAUDIO2
|
||||
|
||||
#include "stdafx.h"
|
||||
#ifndef NO_XAUDIO2
|
||||
#include "VBA.h"
|
||||
|
||||
#include "XAudio2_Config.h"
|
||||
|
|
Loading…
Reference in New Issue