Correct blenderplayer target for sys.platform == win32

This commit is contained in:
Kester Maddock 2004-06-07 10:10:13 +00:00
parent b82be27659
commit 7d840a256e

@ -1167,7 +1167,7 @@ if user_options_dict['BUILD_BLENDER_PLAYER'] == 1 and user_options_dict['BUILD_G
player_blender.Append (CPPPATH=user_options_dict['OPENGL_INCLUDE'])
d_obj = buildinfo(player_blender, "player")
if sys.platform == 'win32':
player_blender.Program (target='blender',
player_blender.Program (target='blenderplayer',
source=d_obj + ['source/icons/winblender.res'])
else:
if sys.platform == 'cygwin':