Changes between Version 2 and Version 3 of GeneratingVisualStudioProject


Ignore:
Timestamp:
Feb 16, 2017, 1:55:13 PM (7 years ago)
Author:
Mateusz Łoskot
Comment:

vs2010+

Legend:

Unmodified
Added
Removed
Modified
  • GeneratingVisualStudioProject

    v2 v3  
    11= Generating Visual Studio Project =
    22
    3 Use [http://svn.osgeo.org/gdal/trunk/gdal/generate_vcxproj.bat generate_vcxproj.bat] script available in GDAL source code tree to generate project files (.vcxproj) for Visual Studio 2010 or later.
     3Use [http://svn.osgeo.org/gdal/trunk/gdal/generate_vcxproj.bat generate_vcxproj.bat] script available in GDAL source code tree to generate project files ([https://msdn.microsoft.com/en-us/library/2208a1f2.aspx .vcxproj]) for Visual Studio [https://msdn.microsoft.com/en-us/library/ee862524(v=vs.100).aspx 2010 or later].
    44
    55The script generates Visual Studio [https://msdn.microsoft.com/en-us/library/h27k75y5.aspx External Project] (aka [https://msdn.microsoft.com/en-us/library/8y48z24a.aspx Makefile Project]) generated project. Makefile Project almost entirely relies on build configuration defined in GDAL `nmake.opt` (or `nmake.local`) and `makefile.vc` files.