#
# Makefile for wm_demo
#
# call 'make crt=1' to use C runtime DLL
#

dual=1

PROJECT = wm_demo
OBJS    = wm_demo.o
LIBS    = -lvideo

include ..\..\rsxntmak.gnu

