summaryrefslogtreecommitdiffstats
path: root/private/ole32/com/precomp2.inc
blob: d134436493c1850f9c6a75d5a6e342e56345eaac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#//+---------------------------------------------------------------
#//
#//  File:	precom2.inc
#//
#//  Contents:	directives for global precompiled include file when the
#//		sources file is two directories below com (or wherever
#//		this file is located).  We could easily have precomp3 and
#//		precomp4 for other areas.  The ole2int.* files should not
#//		otherwise be mentioned in the sources files.
#//
#//  History:	18-May-94   CraigWi	Created
#//
#//----------------------------------------------------------------

PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=..\..\inc\ole2int.h
PRECOMPILED_TARGET=..\..\inc\$(GPCH_BUILD)\obj\*\com2int.pch
PRECOMPILED_OPTION=/Yuole2int.h /Fp..\..\inc\$(GPCH_BUILD)\obj\*\com2int.pch
PRECOMPILED_OBJ=..\..\inc\$(GPCH_BUILD)\obj\*\com2int.obj