Opened 13 years ago
Closed 13 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)
Change History (2)
by , 13 years ago
Attachment: | buildvc10.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed r6455
To build using vc10 compiler run the following from the VS2010 command prompt:
- [setenvironment.bat vc10|setenvironment64.bat vc10]
- [build.bat|build64.bat]
Note:
See TracTickets
for help on using tickets.
Patch for build.bat to use vc10 solution files.