# Quaternion class makefile
# done 1997 by blackaxe/kolor aka Laurent Schmalen
# all rights reserved blabla

all : example.exe

example.exe : example.obj quat.obj
          wlink system dos4g name example.exe file {$<}

.cpp.obj:
         wpp386 $<

