########################################
# Red Dragon Master makefile
# 
# by frostgiant
#
########################################

#Choose your platform and uncomment the
#line below it

#Windows (MinGW32)
include makefile.mgw

#Windows (Visual C++)
#include makefile.vc

#DOS (djgpp)
#include makefile.dj

#Linux/Unix (gcc)
#include makefile.unx
