#
# Makefile for winedit.exe
#

PROJECT = winedit
OBJS    = winedit.o winedit.res
LIBS    =
RESOURCES = winedit.rc

include ..\..\rsxntmak.gnu

