Windows2003-3790/inetcore/urlmon/eapp/precomp1.inc

20 lines
785 B
PHP
Raw Normal View History

2001-01-01 00:00:00 +01:00
#//+---------------------------------------------------------------
#//
#// File: precomp1.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 urlint.* files should not
#// otherwise be mentioned in the sources files.
#//
#//
#//----------------------------------------------------------------
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=..\..\inc\eapp.h
PRECOMPILED_TARGET=$(GPCH_BUILD)\$(_OBJ_DIR)\*\eapp.pch
PRECOMPILED_OPTION=/Yueapp.h /Fp$(GPCH_BUILD)\$(_OBJ_DIR)\*\eapp.pch
PRECOMPILED_OBJ=$(GPCH_BUILD)\$(_OBJ_DIR)\*\eapp.obj