diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 8273d6b122..5c2fb475d9 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -1384,6 +1384,10 @@ def WriteConfigSettings(): WriteConfigSettings() MoveAwayConflictingFiles() +if "libdtoolbase" in GetLibCache(): + print "%sWARNING:%s Found conflicting Panda3D libraries from other ppremake build!" % (GetColor("red"), GetColor()) +if "libp3dtoolconfig" in GetLibCache(): + print "%sWARNING:%s Found conflicting Panda3D libraries from other makepanda build!" % (GetColor("red"), GetColor()) ########################################################################################## #