Changes between Version 10 and Version 11 of MakeFileProjects
- Timestamp:
- 09/11/08 04:06:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakeFileProjects
v10 v11 1 1 = What is = 2 2 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 th is kind of project the file tree is just a convenience to access code and the rules are merely a set of command line scriptto prepare calls to execute the makefiles supported by the GDAL maintainers [wiki:BuildingOnWindows (see previous page)].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 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)]. 4 4 5 5 = Features =
