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.
20 lines
785 B
20 lines
785 B
#//+---------------------------------------------------------------
|
|
#//
|
|
#// 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\iapp.h
|
|
PRECOMPILED_TARGET=$(GPCH_BUILD)\$(_OBJ_DIR)\*\iapp.pch
|
|
PRECOMPILED_OPTION=/Yuiapp.h /Fp$(GPCH_BUILD)\$(_OBJ_DIR)\*\iapp.pch
|
|
PRECOMPILED_OBJ=$(GPCH_BUILD)\$(_OBJ_DIR)\*\iapp.obj
|
|
|
|
|