35 lines
484 B
Plaintext
35 lines
484 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
ROOT=$(MAKEDIR:\inc=)
|
|
!include $(ROOT)\common.inc
|
|
|
|
TARGETNAME=precomp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
INCLUDES= \
|
|
$(O); \
|
|
$(ROOT)\inc; \
|
|
$(ROOT)\proxy\$(O); \
|
|
|
|
SOURCES= \
|
|
mtscript.idl \
|
|
$(O)\mtscript_i.c
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|
|
|
|
USE_IDLBASED_DLLDATA=1
|
|
|
|
!ifndef NO_PRECOMPILED_HEADERS
|
|
PRECOMPILED_INCLUDE=headers.hxx
|
|
PRECOMPILED_CXX=1
|
|
!endif
|