Leaked source code of windows server 2003
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.
|
|
#//+---------------------------------------------------------------
#//
#// 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\agent.h PRECOMPILED_TARGET=$(GPCH_BUILD)\$(_OBJ_DIR)\*\agent.pch PRECOMPILED_OPTION=/Yuagent.h /Fp$(GPCH_BUILD)\$(_OBJ_DIR)\*\agent.pch PRECOMPILED_OBJ=$(GPCH_BUILD)\$(_OBJ_DIR)\*\agent.obj
|