#
# Makefile for bar.exe
#

PROJECT = bar
OBJS    = bar.o
LIBS    = -lcomctl32 -lusr32 -lgdi32
RESOURCES = bar.rc

include ..\..\rsxntmak.gnu

