Checking that we have JPEG when building rtdist (used for the splash screen)

This commit is contained in:
gogg 2010-04-18 07:06:22 +00:00
parent b00c459d5b
commit 2eacb78949

View File

@ -243,6 +243,9 @@ if (INSTALLER) and (PkgSkip("PYTHON")) and (not RUNTIME):
if (RTDIST or RUNTIME) and (PkgSkip("TINYXML")):
exit("Cannot build rtdist or runtime without tinyxml")
if (RTDIST) and (PkgSkip("JPEG")):
exit("Cannot build rtdist without jpeg")
if (RUNTIME):
SetLinkAllStatic(True)