#
# Makefile for sol.exe
#

PROJECT = sol
OBJS    = sol.o
LIBS    =
RESOURCES = sol.rc

include ..\..\rsxntmak.gnu

