!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