summaryrefslogtreecommitdiffstats
path: root/private/ole32/filelist.mk
blob: cb43756c698bb917c0d0dd6ac3384aec6e6bb82b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
############################################################################
#
#   Copyright (C) 1992, Microsoft Corporation.
#
#   All rights reserved.
#
############################################################################

#
# Makefile for the CAIROLE Project
#

#
#   Name of target.  Include an extension (.dll, .lib, .exe)
#   If the target is part of the release, set RELEASE to 1.
#

!if "$(OPSYS)" == "NT"

# Build for cairo
SUBDIRS     = ole propset

!else

SUBDIRS     = common ilib ole232 com

!endif