#
# Makefile for rsxwbind
#

PROJECT = rsxwbind
OBJS    = rsxwbind.o
LIBS    = -lcomdlg32
RESOURCES = rsxwbind.rc

include ..\..\rsxntmak.gnu

