Changes between Version 9 and Version 10 of MakeFileProjects
- Timestamp:
- 09/11/08 04:05:06 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakeFileProjects
v9 v10 5 5 = Features = 6 6 7 Code completion, IntelliSense, "Go to definition”, "Go to declaration" and step by step debugging works almost as goodas in a regular Visual Studio Project.7 Code completion, IntelliSense, "Go to definition”, "Go to declaration" and step by step debugging works almost as well as in a regular Visual Studio Project. 8 8 9 9 = How to use = … … 23 23 = Update = 24 24 25 The .vcproj files are not updated automatically so it is possible that the file tree could be missing a new driver or a new utility source code in GDAL (that will not going to affect the compilation) but if you want to generate a updated version of the project file or if you want to generate project files to a newer version of Visual Studio youdo it yourself by running the batch script “makegdal_gen.bat “ as follows:25 The .vcproj files are not updated automatically so it is possible that the file tree could be missing a new driver or a new utility source code in GDAL (that will not affect the compilation) but if you want to generate a updated version of the project file or if you want to generate project files to a newer version of Visual Studio you can do it yourself by running the batch script “makegdal_gen.bat “ as follows: 26 26 27 27 {{{
