From 20f39ec7d81af22d30700b3dde28938facfb2588 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 4 Sep 2009 12:56:30 +0000 Subject: == SCons == * further cleaning of 'player' stuff. Now only 3 libs are remaining, of which ideally the stubs lib will be fixed at some point, fading away into the dark history of not-so-nice code. The current blenderplayer part is still a little bit hackish, I'll see if I can find a better alternative, for now it works good enough. --- source/icons/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/icons') diff --git a/source/icons/SConscript b/source/icons/SConscript index 1471a06c09d..c929729f05b 100644 --- a/source/icons/SConscript +++ b/source/icons/SConscript @@ -3,4 +3,4 @@ Import ('env') source = 'winblender.rcscons' -env.BlenderRes('winresource', source, ['core', 'player'], priority=[95 , 100]) \ No newline at end of file +env.BlenderRes('winresource', source, ['core'], priority=[95]) -- cgit v1.2.3