Windows2003-3790/inetcore/urlmon/stg/precomp1.inc
2020-09-30 16:53:55 +02:00

20 lines
795 B
PHP
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#//+---------------------------------------------------------------
#//
#// 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\urlint.h
PRECOMPILED_TARGET=$(GPCH_BUILD)\$(_OBJ_DIR)\*\urlint.pch
PRECOMPILED_OPTION=/Yuurlint.h /Fp$(GPCH_BUILD)\$(_OBJ_DIR)\*\urlint.pch
PRECOMPILED_OBJ=$(GPCH_BUILD)\$(_OBJ_DIR)\*\urlint.obj