Bug ID |
9227
|
Summary |
Fix build for VS 2012 (MSVC_VARIANT==MSVC2012EE)
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Trivial
|
Priority |
Low
|
Component |
Extras
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Nmake Build with VS 2012 Express
--
config.nmake(1095) : fatal error U1050: MSVC_VARIANT unknown
when building with MSVC_VARIANT=MSVC2012EE there is no IF statement to set
MSVCR_DLL
adding the following code to "config.nmake" around line: 1090 solves it
!ELSEIF "$(MSVC_VARIANT)" == "MSVC2012EE"
MSVCR_DLL=$(PROGRAM_FILES)\Microsoft Visual Studio
11.0\VC\redist\$(TARGET_MACHINE)\Microsoft.VC110.CRT\*.*
You are receiving this mail because:
- You are watching all bug changes.