!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: Steve Wood (stevewo) 12-Apr-1990 jeffrob 29-sep-1990, use crt32.def NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl !ENDIF CRTLIBTYPE=NT !include ..\sources.nt C_DEFINES=$(C_DEFINES) -D_MT SOURCES= \ ..\csysex.cpp \ ..\ehvecctr.cpp \ ..\ehvecdtr.cpp \ ..\ehveccvb.cpp \ ..\frame.cpp \ ..\hooks.cpp \ ..\stdexcpt.cpp \ ..\throw.cpp \ ..\user.cpp \ ..\validate.cpp i386_SOURCES=..\i386\trnsctrl.cpp \ ..\i386\lowhelpr.asm \ ..\i386\ehprolog.asm MIPS_SOURCES=..\mips\trnsctrl.cpp \ ..\mips\ehstate.cpp \ ..\mips\handlers.s \ ..\mips\rtlmisc.s ALPHA_SOURCES=..\alpha\trnsctrl.cpp \ ..\alpha\bridge.s \ ..\alpha\ehunwind.c \ ..\alpha\xcptmisc.s PPC_SOURCES=..\ppc\trnsctrl.cpp \ ..\ppc\ehstate.cpp \ ..\ppc\handlers.s \ ..\ppc\unwind.s