[fdo-trac] #831: 64-bit VC 2010 express compilation support
FDO
trac_fdo at osgeo.org
Fri May 25 13:50:51 PDT 2012
#831: 64-bit VC 2010 express compilation support
----------------------------+-----------------------------------------------
Reporter: jng | Owner: gregboone
Type: defect | Status: new
Priority: major | Milestone: 3.7.0
Component: Build System | Version: 3.7.0
Severity: 3 | Keywords:
External_id: |
----------------------------+-----------------------------------------------
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)
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/831>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list