Ticket #1930 (closed task: fixed)

Opened 4 months ago

Last modified 4 months ago

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

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

Change History

Changed 4 months ago by trevorwekel

Patch for build.bat to use vc10 solution files.

Changed 4 months ago by jng

  • status changed from new to closed
  • resolution set to fixed

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.