forked from pool/MyGUI
14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
|
# This line is mandatory to access the configuration functions
|
||
|
from Config import *
|
||
|
|
||
|
addFilter("devel-file-in-non-devel-package .*/MYGUI/Media/Tools/LayoutEditor/CodeTemplates.*")
|
||
|
|
||
|
# MyGUI-devel
|
||
|
addFilter("no-dependency-on .*/libMyGUI")
|
||
|
addFilter("static-library-without-debuginfo .*/libMyGUI.OgrePlatform.a")
|
||
|
|
||
|
# MyGUI-devel-doc
|
||
|
addFilter("devel-package-with-non-devel-group Documentation/HTML")
|
||
|
|
||
|
# MyGUI-demo
|
||
|
setBadness('shlib-policy-name-error', 0)
|