Changes between Version 3 and Version 4 of BuildingOnWindows


Ignore:
Timestamp:
Apr 1, 2007, 2:18:14 PM (17 years ago)
Author:
hobu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v3 v4  
    8888        SDE_ENABLED = YES # turn on support
    8989        SDE_VERSION = 91
    90         SDE_PLUGIN = YES
     90        SDE_PLUGIN = YES 
    9191        SDE_SDK = C:\arcgis\arcsde # base directory of SDE includes and libraries
    9292        SDE_INC = $(SDE_SDK)\include  # includes directory
     
    9494                  $(SDE_SDK)\lib\sde$(SDE_VERSION).lib $(SDE_SDK)\lib\sg$(SDE_VERSION).lib
    9595}}}
    96 After editing nmake.opt, cd into frmts/sde using your MSVC terminal and issue the make command:
     96
     97
     98Note: if the SDE_PLUGIN variable is not set, but all of the other SDE-related variables are, the SDE will be linked in directly like any other
     99auxiliary library.  After editing nmake.opt, cd into frmts/sde using your MSVC terminal and issue the make command:
    97100{{{
    98101        nmake /f makefile.vc plugin