#3991 closed defect (fixed)
BUILD: scummvm.vcproj fails to build in msvc7/msvc71
Reported by: | SF/quietust | Owned by: | bluegr |
---|---|---|---|
Priority: | normal | Component: | Port: Win32 |
Version: | Keywords: | ||
Cc: | Game: |
Description
The conversion script "msvc8_to_msvc7_71" converts the project files for Visual Studio 2005 to work with Visual Studio .NET and .NET 2003, though there are a few inconsistencies within it.
In particular, msvc8_to_msvc7_71 will only convert Version="8,00" to Version="7.10" (and then to Version="7.00"). Somehow, the msvc8 version of scummvm.vcproj has gotten labeled with Version="8.00".
The conversion scripts msvc8_to_msvc9 and msvc9_to_msvc8 both try to convert between "8.00"/"9.00" and "8,00"/"9,00", though none of the project files ever actually contain "8.00" or "9.00" other than scummvm.vcproj, which looks like it may have been due to hand-editing, resulting in msvc8_to_msvc7_71 failing.
Ticket imported from: #2159813. Ticket imported from: bugs/3991.
Change History (4)
comment:1 by , 16 years ago
Owner: | set to |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 16 years ago
comment:4 by , 6 years ago
Component: | → Port: Win32 |
---|
Thanks for your report
The bug in the MSVC 8 -> 7/7.1 project converter has been fixed in the latest SVN version - I've also updated the problematic project files