mirror of https://github.com/lianthony/NT4.0
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.
15 lines
494 B
15 lines
494 B
#//+---------------------------------------------------------------
|
|
#//
|
|
#// File: scmpre.inc
|
|
#//
|
|
#// Contents: directives for scm precompiled include file
|
|
#//
|
|
#// History: 18-Nov-94 BillMo Created
|
|
#//
|
|
#//----------------------------------------------------------------
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=..\headers.cxx
|
|
PRECOMPILED_TARGET=..\$(GPCH_BUILD)\obj\*\scm.pch
|
|
PRECOMPILED_OPTION=/Yuheaders.cxx /Fp..\$(GPCH_BUILD)\obj\*\scm.pch
|
|
PRECOMPILED_OBJ=..\$(GPCH_BUILD)\obj\*\scm.obj
|