63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
Author:
|
|
|
|
Bill Morel 14-Mar-1995
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP= cairole
|
|
MINORCOMP= stg
|
|
|
|
!include ..\..\..\daytona.inc
|
|
|
|
TARGETNAME= props
|
|
TARGETPATH= obj
|
|
TARGETTYPE= LIBRARY
|
|
|
|
ASYNC_DOCFILE_INC=..\..\async\docfile\$(DEST_TREE)\$(O)
|
|
|
|
INCLUDES= .;..;..\..\h;..\..\common;..\..\..\ih;..\..\exp;
|
|
INCLUDES=$(INCLUDES);..\..\..\com\inc;..\..\..\..\inc;$(BASE_INC_PATH)
|
|
INCLUDES=$(INCLUDES);$(ASYNC_DOCFILE_INC)
|
|
|
|
USE_MSVCRT= 1
|
|
|
|
SOURCES= \
|
|
..\bag.cxx\
|
|
..\propapi.cxx\
|
|
..\propstg.cxx\
|
|
..\psetstg.cxx\
|
|
..\utils.cxx\
|
|
..\reserved.cxx\
|
|
..\ssmapstm.cxx\
|
|
..\hntfsstg.cxx\
|
|
..\hntfsstm.cxx\
|
|
..\hforpset.cxx\
|
|
..\propvar.cxx\
|
|
..\ntpropb.cxx\
|
|
..\propstm.cxx\
|
|
..\nffmstm.cxx\
|
|
..\ntprop.cxx\
|
|
..\chgtype.cxx\
|
|
..\names.cxx\
|
|
|
|
UMTYPE= console
|
|
UMAPPL=
|
|
UMTEST=
|
|
|
|
PRECOMPILED_INCLUDE=..\pch.cxx
|