Ticket #831 (closed defect: fixed)
64-bit VC 2010 express compilation support
| Reported by: | jng | Owned by: | gregboone |
|---|---|---|---|
| Priority: | major | Milestone: | 3.7.0 |
| Component: | Build System | Version: | 3.7.0 |
| Severity: | 3 | Keywords: | |
| Cc: | External ID: |
Description
Attached is a patch to allow compilation with 64-bit Visual C++ 2010 express compiler. The patch does the following:
- Modifies all build.bat files to allow the PlatformToolset? to be overridden. We need to do this for VC express because the 64-bit compiler is only available in the Windows SDK v7.1, and only under the Windows7.1SDK platform toolset. Using the existing v100 toolset will not work.
- Disables browse information on projects where it is enabled. This is because the there is no 64-bit version of bscmake.exe that comes with the 64-bit compiler
Also in this patch is a small fix for the UnitTestPostGIS project (it had bad 64-bit linker paths)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

