Changes between Version 2 and Version 3 of GdalOgrCsharpCompile


Ignore:
Timestamp:
Mar 3, 2008, 1:15:57 PM (16 years ago)
Author:
tamas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrCsharpCompile

    v2 v3  
    7070}}}
    7171
    72 == Using static vs. dynamic linking with the gdal libraries ==
    73 
    74 The default approach embeds the gdal/ogr code into the corresponding *_wrap.dll to minimize the dependency of the created files. In some cases you might want to link against the core gdal*.dll instead. To enable this option comment out the
    75 
    76 {{{
    77 CSHARP_STATIC_LINKAGE = YES
    78 }}}
    79 
    80 entry in the csharp.opt file.
    81 
    8272== Using MONO on Windows ==
    8373
     
    9282== Compiling on a WIN64 platform ==
    9383
    94 You can compile GDAL on a Win64 platform creating either Win32 or Win64 binaries. You should take care of setting up the proper environment variables for the corresponding compiler.
     84You can compile GDAL on a Win64 platform creating either Win32 or Win64 binaries. You should take care of setting up the proper environment variables for the corresponding compiler by using the proper vcvars.bat or using the Visual Studio 2005 x64 command prompt.
    9585
    9686For creating Win64 binaries you should compile the gdal core and the C# interface using the 64 bit compiler version, and specify WIN64=YES in nmake.opt.