summaryrefslogtreecommitdiffstats
path: root/private/ole32/com/surrogat/filelist.mk
blob: fd4ab187050d6fe29f70762b6ab4b46a669f6205 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
############################################################################
#
#   Copyright (C) 1992, Microsoft Corporation.
#
#   All rights reserved.
#
############################################################################


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

TARGET	    =	surrogat.exe

TARGET_DESCRIPTION = "$(PLATFORM) $(BUILDTYPE) Surrogate Server for DLLs"

RELEASE     =	1

#
#   Source files.  Remember to prefix each name with .\
#

CXXFILES    = .\surrogat.cxx \
	      .\loadcls.cxx

CFILES	    =

RCFILES     =


#
#   Libraries and other object files to link.
#

LIBS	    = \
	      $(COMMON)\src\ole\$(OBJDIR)\olecom.lib \
	      $(CAIROLIB)


OBJFILES    =

#
#   Precompiled headers.
#

PXXFILE     =
PFILE       =

CINC	    = -I..\inc $(CINC)

MTHREAD     = 1