Changes between Version 4 and Version 5 of GeneratingVisualStudio2003Project


Ignore:
Timestamp:
Nov 20, 2007, 8:33:14 PM (17 years ago)
Author:
ilucena
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeneratingVisualStudio2003Project

    v4 v5  
    11= What is =
    22
    3 Microsoft Visual Studio 2003 and early version of that popular programming environment supports what is called “Makefile Projects”. That kind of project can carry complex file trees and the rules for building, re-building and clear the project. But in reality 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 early version of that popular programming environment supports what is called “Makefile Projects”. That kind of project can carry complex file trees and the rules for building, re-building and clearing the project but in reality the file tree is just a convenience and the rules are merely a command line script to prepare calls to “nmake.exe”.
    44
    55= Features =
     
    99= How to use =
    1010
    11 To use GDAL’s Visual Studio Makefile Projects you can load directly the projects file makegdal71.vcproj or makegdal80.vcproj if you are using Visual Studio 2003 or Visual Studio 2005 respectively. Check the configuration and select one of the build option on the "Build" menu.
     11To use GDAL’s Visual Studio Makefile Projects you can use "File/Open/Project..." to load directly makegdal71.vcproj or makegdal80.vcproj for Visual Studio 2003 and 2005 respectively. Then check the configuration and select one of the build option from the "Build" menu.
    1212
    1313= Configuration =
    1414
    15 To change GDAL build options select on "Solution Explorer" the nmake.opt file: makegdal/Make Files/nmake.opt and follow the instruction in the  [wiki:BuildingOnWindows previous page].
     15To 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].
    1616
    17 You can change the way you prefer to call "nmake -f makefile.vc" in debugging or releasing mode by opening from the "Project Properties/NMake".
     17You can change the calls to "nmake" by opening/editing "Project Properties/NMake".
    1818
    1919You can either change the debugging option on "Project Properties/Debugging".