Another check: cannot build rtdist without wx.

This commit is contained in:
gogg 2010-04-18 07:48:27 +00:00
parent 2eacb78949
commit 4232e0b17c

View File

@ -246,6 +246,9 @@ if (RTDIST or RUNTIME) and (PkgSkip("TINYXML")):
if (RTDIST) and (PkgSkip("JPEG")):
exit("Cannot build rtdist without jpeg")
if (RTDIST) and (PkgSkip("WX")):
exit("Cannot build rtdist without wx")
if (RUNTIME):
SetLinkAllStatic(True)