CC=wpp386
ASM=wasm
LINK=wlink
COPTS=-otl+
ASMOPTS=
LINKOPTS=

demo.exe        :       demo.obj asmgfx.obj mxmplay.lib
                        $(LINK) @raid.wlk $(LINKOPTS)

demo.obj        :       demo.cpp
                        $(CC) demo.cpp $(COPTS)

asmgfx.obj      :       asmgfx.asm
                        $(ASM) asmgfx.asm $(ASMOPTS)
