Changes between Version 7 and Version 8 of GeneratingVisualStudio2003Project


Ignore:
Timestamp:
Nov 27, 2007, 7:40:49 PM (16 years ago)
Author:
ilucena
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeneratingVisualStudio2003Project

    v7 v8  
    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 clearing the project but reality in this kind of project the file tree is just a convenience and the rules are merely a command line script to prepare calls to "nmake.exe".
     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 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 GDAL supported makefiles.
    44
    55= Features =
     
    1515= Configuration =
    1616
    17 To change GDAL build options open and edit "nmake.opt" from "Solution Explorer/makegdal/Make Files/nmake.opt". Follow the instruction in the  [wiki:BuildingOnWindows previous page].
     17To change GDAL build options open and edit "nmake.opt" from "Solution Explorer/makegdal/Make Files/nmake.opt" and follow the instruction in the  [wiki:BuildingOnWindows previous page].
    1818
    1919You can change the calls to "nmake" by opening and editing "Project Properties/NMake".
     
    2323= Update =
    2424
    25 The .vcproj files are constantly updated but not automatically so it is possible that the file tree could be missing a new driver or a new utility source code in GDAL but that will not going to affect the compilation.
    26 
    27 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 run 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 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:
    2826
    2927{{{