# nmake makefile_vc_fmt FMT=name
!if "$(FMT)" == ""
!error An invalid FMT-target
!endif

ANSI = 1
NAME = $(FMT)
EXT = fmt
ADDOUTDIR = \Formats
LINK_OBJS = $(INTDIR)\$(NAME).obj

USERCPP = /I".\libpcre"

!include ..\makefile_vc_def_inc

LIBS = $(INTDIR)\pcre.lib $(LIBS)

!if "$(FMT)" == "custom"
DOCS = custom.ini
!else
DOCS =
!endif

!include ..\makefile_vc_target_inc

$(RES): multiarcversion.hpp
