!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

TARGETNAME=oledbg
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLDEF = $(O)\oledbg.def
TARGETLIBS= \
        $(SDK_LIB_PATH)\kernel32.lib \
        $(SDK_LIB_PATH)\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