# $Id: viewinfs.mak 695 2007-06-17 02:51:56Z gyoung $ # Copyright (c) 2002, 2007 Steven H. Levine # 16 Jun 07 GKY Convert to OpenWatcom BASE=viewinfs !include makefile_pre.mk all: $(BASE).exe $(BASE).res .symbolic $(BASE).res: $(BASE).rc icons\$(BASE).ico $(BASE).obj: $(BASE).c !include makefile_post.mk # The end