Details
-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b57
-
generic
-
generic
Description
Name :- vj102386 Date :- 2004-05-06
---------------------------------------------------------------------------
j2se/make/sun/cmm/Makefile
CMM makefile have their own resource file. As part of the bug fix 5028485 and 5040858, we have introduced the common resource file to our j2se workspace. But on windows-i586 platform linker command can accept only one resource file. So we have untouched these files ( cmm.dll and cmm_g.dll ).
Please note that only the windows-i586 platform linker seems to behaves likes this, but on windows-amd64 and windows-ia64 it seems to be fine.
I also found out that even though we have resource file specific to cmm.dll and cmm_g.dll, both these .dll doesn't display VERSIONINFO tab even for b48, b47... The reason for this could be that, both .lcf file and .res file are passed into the linker command.
To fix this, .res should be included into .lcf and .lcf file alone should be passed into the linker command.
---------------------------------------------------------------------------
j2se/make/sun/cmm/Makefile
CMM makefile have their own resource file. As part of the bug fix 5028485 and 5040858, we have introduced the common resource file to our j2se workspace. But on windows-i586 platform linker command can accept only one resource file. So we have untouched these files ( cmm.dll and cmm_g.dll ).
Please note that only the windows-i586 platform linker seems to behaves likes this, but on windows-amd64 and windows-ia64 it seems to be fine.
I also found out that even though we have resource file specific to cmm.dll and cmm_g.dll, both these .dll doesn't display VERSIONINFO tab even for b48, b47... The reason for this could be that, both .lcf file and .res file are passed into the linker command.
To fix this, .res should be included into .lcf and .lcf file alone should be passed into the linker command.
Attachments
Issue Links
- relates to
-
JDK-5040858 REGRESSION:Frame is missing coffee-cup icon
- Closed