Ticket #831 (closed defect: fixed)

Opened 12 months ago

Last modified 12 months ago

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

vsexpress.patch Download (37.2 KB) - added by jng 12 months ago.

Change History

Changed 12 months ago by jng

Changed 12 months ago by jng

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

Fixed in trunk (r6468) and 3.7 (r6466, r6467)

Note: See TracTickets for help on using tickets.