summaryrefslogtreecommitdiffstats
path: root/private/oleutest/oleexts/daytona/sources
blob: 9e7361655c4ccbd7e9cc63b6837289ae0f9ea957 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
!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:
        t-ScottH


NOTE:

!ENDIF

DLLBASE=@$(BASEDIR)\PUBLIC\SDK\LIB\coffbase.txt,usermode

MAJORCOMP=ntsd
MINORCOMP=ntsdexts

TARGETNAME=oledbg
TARGETPATH=obj
TARGETPATHLIB=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
DLLDEF = obj\*\oledbg.def
TARGETLIBS= \
        $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
        $(BASEDIR)\public\sdk\lib\*\ole32.lib

INCLUDES= \
        $(BASEDIR)\private\ole32\common\daytona;     \
        $(BASEDIR)\private\ole32\ih;                 \
        $(BASEDIR)\private\ole32\ole232\inc;         \
        $(BASEDIR)\private\ole32\ole232\stdimpl;     \
        $(BASEDIR)\private\ole32\ole232\clipbrd;     \
        $(BASEDIR)\private\ole32\ole232\advise;      \
        $(BASEDIR)\private\cinc;                       \
        ..

C_DEFINES=    \
          $(C_DEFINES)          \
          -DFLAT                \
          -DWIN32=100           \
          -D_NT1X_=100          \
          -DNOEXCEPTIONS        \
          -D_DEBUG              \
          -DUNICODE             \
          -D_UNICODE            \
          -DCAIROLE_DOWNLEVEL

SOURCES= \
        ..\oleexts.cpp

UMTYPE=console

!IF $(386)
NTTARGETFILE0=$(DLLDEF:*=i386)
!ENDIF

!IF $(MIPS)
NTTARGETFILE0=$(DLLDEF:*=mips)
!ENDIF

!IF $(ALPHA)
NTTARGETFILE0=$(DLLDEF:*=alpha)
!ENDIF