# $Id: av2.mak 235 2005-08-09 05:09:30Z root $ BASE=av2 !include makefile_pre.mk all: $(BASE).exe $(BASE).res $(BASE).res: $(BASE).rc $(BASE).rc: dll\fm3dll.h icons\view3.ico bitmaps\*.bmp $(BASE).obj: $(BASE).c dll\version.h !include makefile_post.mk # The end