# $Id: fm4.mak 691 2007-06-16 01:36:42Z stevenhl $ # Copyright (c) 2002, 2007 Steven H. Levine # 14 Jun 07 SHL Convert to OpenWatcom BASE=fm4 !include makefile_pre.mk all: $(BASE).exe $(BASE).res .symbolic $(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\*.bmp $(BASE).obj: $(BASE).c dll\version.h !include makefile_post.mk # The end