47 lines
775 B
Plaintext
47 lines
775 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1995 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.
|
||
|
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
CAIRO_PRODUCT=1
|
||
|
|
||
|
!include ..\sources.inc
|
||
|
|
||
|
TARGETPATH=..\..\lib\cairo
|
||
|
TARGETLIBS=
|
||
|
|
||
|
PRECOMPILED_INCLUDE=..\or.hxx
|
||
|
|
||
|
SOURCES= \
|
||
|
..\locks.cxx \
|
||
|
..\misc.cxx \
|
||
|
..\callid.cxx \
|
||
|
..\string.cxx \
|
||
|
..\plist.cxx \
|
||
|
..\blist.cxx \
|
||
|
..\gentable.cxx \
|
||
|
..\mid.cxx \
|
||
|
..\token.cxx \
|
||
|
..\process.cxx \
|
||
|
..\objex.cxx \
|
||
|
..\orclnt.cxx \
|
||
|
..\orsvr.cxx \
|
||
|
..\worker.cxx \
|
||
|
..\manager.cxx
|
||
|
|