Changes between Version 9 and Version 10 of MakeFileProjects

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

--

Legend:

Unmodified
Added
Removed
Modified
  • MakeFileProjects

    v9 v10  
    55= Features = 
    66 
    7 Code completion, IntelliSense, "Go to definition”, "Go to declaration" and step by step debugging works almost as good as in a regular Visual Studio Project. 
     7Code completion, IntelliSense, "Go to definition”, "Go to declaration" and step by step debugging works almost as well as in a regular Visual Studio Project. 
    88 
    99= How to use = 
     
    2323= Update = 
    2424 
    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 you do it yourself by running the batch script “makegdal_gen.bat “ as follows: 
     25The .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: 
    2626 
    2727{{{