#
# Makefile for bar.exe
#

PROJECT = bar
OBJS    = bar.o bar.res
LIBS    = -lcomctl32
RESOURCES = bar.rc

include ..\..\rsxntmak.gnu

