Changes between Version 10 and Version 11 of MakeFileProjects

Show
Ignore:
Timestamp:
09/11/08 04:06:21 (5 years ago)
Author:
mdsumner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MakeFileProjects

    v10 v11  
    11= What is = 
    22 
    3 Microsoft Visual Studio 2003 and newer versions of that popular programming environment support what is called "Makefile Project". That kind of project can carry complex file trees and the rules for building, re-building and cleaning the project but in reality this kind of project the file tree is just a convenience to access code and the rules are merely a set of command line script to prepare calls to execute the makefiles supported by the GDAL maintainers [wiki:BuildingOnWindows (see previous page)]. 
     3Microsoft Visual Studio 2003 and newer versions of that popular programming environment support what is called "Makefile Project". That kind of project can carry complex file trees and the rules for building, re-building and cleaning the project but in reality the file tree is just a convenience to access code and the rules are merely a set of commands to prepare calls to execute the makefiles supported by the GDAL maintainers [wiki:BuildingOnWindows (see previous page)]. 
    44 
    55= Features =