==SCons==

* Small CVS surgery, winblender_scons.rc renamed to winblender.rcscons on repository
  and change also in this SConscript. In case it was not yet clear as why there is a second
  resource file with the same icons: the SCons RES() function needs the paths to be able
  to generate the proper resource object. Change suggested by Joseph Eagar to prevent
  problems with the Makefiles.
This commit is contained in:
Nathan Letwory 2006-03-10 22:50:27 +00:00
parent c35e8426fe
commit 9f73fe008c

@ -1,6 +1,6 @@
#!/usr/bin/python
Import ('env')
source = 'winblender_scons.rc'
source = 'winblender.rcscons'
env.BlenderRes('winresource', source, ['core', 'player'], priority=[95 , 100])