SCons updates

* Links on Cygwin now.
  Blender has trouble in starting up though. That's the next step.
This commit is contained in:
Michel Selten 2004-04-11 22:28:16 +00:00
parent 29bbd90047
commit b78641f524

@ -1006,6 +1006,8 @@ if user_options_dict['BUILD_BLENDER_DYNAMIC'] == 1:
dy_blender.Program (target='blender',
source=d_obj + ['source/icons/winblender.res'])
else:
if sys.platform == 'cygwin':
dy_blender.Replace (CC='g++')
dy_blender.Program (target='blender', source=d_obj)
if user_options_dict['BUILD_BLENDER_STATIC'] == 1:
st_blender = link_env.Copy ()