Opened 12 years ago

Closed 12 years ago

#1930 closed task (fixed)

Update build.bat to support VC10 compilation

Reported by: jng Owned by:
Priority: low Milestone:
Component: Build System Version:
Severity: trivial Keywords:
Cc: trevorwekel External ID:

Description

Currently build.bat correctly uses the VC10 compiler if env vars are properly set up, but it still instructs msbuild to build the VS2008 solution files.

The batch files need to be updated to support compilation against the VS2010 solution files

Attachments (1)

buildvc10.patch (3.7 KB ) - added by trevorwekel 12 years ago.
Patch for build.bat to use vc10 solution files.

Download all attachments as: .zip

Change History (2)

by trevorwekel, 12 years ago

Attachment: buildvc10.patch added

Patch for build.bat to use vc10 solution files.

comment:1 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed r6455

To build using vc10 compiler run the following from the VS2010 command prompt:

  1. [setenvironment.bat vc10|setenvironment64.bat vc10]
  2. [build.bat|build64.bat]
Note: See TracTickets for help on using tickets.