* doing some warning cleaning

* accidently left priority tests around.
This commit is contained in:
Nathan Letwory
2008-11-04 23:46:01 +00:00
parent beea73b110
commit f59f5e67a5
7 changed files with 33 additions and 10 deletions

View File

@@ -13,4 +13,4 @@ env.BlenderLib ( libname='extern_redcode',
sources=sources, includes=Split(incs),
defines=[],
libtype=['core','intern','player'],
priority=[10, 5, 300], compileflags = [])
priority=[5, 5, 200], compileflags = [])