#
# MAKEFILE for "A Tribute to Tetris"
#
# use wmake and thats it
#

tetris.exe:	tetris.cpp tetris.hpp joystick.hpp sound.h flclib.hpp xmode.lib sound.lib flclib.obj
	wcl386 /l=pmodew tetris.cpp sound.lib xmode.lib flclib.obj

#
# Be sure that PMODEW is installed into the wlink.lnk file else
# it will link with DOS4GW. 
#
# If you've got a version of PMODEW before 1.2 then you may need
# to adjust the amount of reserved low memory using PMWSETUP else
# music may not work (this is a problem that I encountered anyhow).
#
# To reduce the size of the executable, use PMWLITE
#
