NAME = FExcept
DOCS = demangle$(DIRBIT).dll
LINK_OBJS = $(INTDIR)\FExcept.obj

All: dirs

!include ..\..\plugins\makefile_vc_def_inc

All: excdump

!include ..\..\plugins\makefile_vc_target_inc

.PHONY: excdump
excdump:
	@cd execdump
!ifndef INSTALL
	$(MAKE) /f makefile_vc $(_MKDO_)COPYTO=..\$(OUTDIR) $(_MDEFS)
!else
	$(MAKE) /f makefile_vc $(_MDEFS) $(_MKDO_)INSTALL=..\$(INSTALL)\$(NAME) $(_MKDO_)INSTALL_TO_ROOT=1
!endif
	@cd ..
