Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
831 B

#//+---------------------------------------------------------------
#//
#// File: precom2.inc
#//
#// Contents: directives for global precompiled include file when the
#// sources file is two directories below ole232 (or wherever
#// this file is located. We could easily have precomp3 and
#// precomp4 for other areas. The ole2int.obj\* files should not
#// otherwise be mentioned in the sources files.
#//
#// History: 18-May-94 CraigWi Created
#// 23-May-94 BillMo Cairo fixed.
#//----------------------------------------------------------------
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=..\..\inc\le2int.h
PRECOMPILED_TARGET=..\..\inc\$(GPCH_BUILD)\obj\*\le2int.pch
PRECOMPILED_OPTION=/Yule2int.h /Fp..\..\inc\$(GPCH_BUILD)\obj\*\le2int.pch
PRECOMPILED_OBJ=..\..\inc\$(GPCH_BUILD)\obj\*\le2int.obj