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.
34 lines
518 B
34 lines
518 B
!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
|