Show
Ignore:
Timestamp:
08/22/08 12:06:00 (5 months ago)
Author:
mloskot
Message:

Configured liblas.sln/.vsprops to search for GDAL dependency in OSGeo4W installation. Added project files for remaining command line utilities.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/build/msvc80/liblas.vsprops

    r804 r866  
    77        <Tool 
    88                Name="VCCLCompilerTool" 
    9                 AdditionalIncludeDirectories="&quot;$(LIBLAS_DIR)\include&quot;;&quot;$(LIBLAS_DIR)\include\liblas\capi&quot;" 
     9                AdditionalIncludeDirectories="&quot;$(LIBLAS_DIR)\include&quot;;&quot;$(LIBLAS_DIR)\include\liblas\capi&quot;;&quot;$(OSGEO4W_ROOT)\include&quot;" 
    1010                PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" 
    1111                WarningLevel="4" 
     
    1616                PerformEnvironmentSet="true" 
    1717        /> 
     18        <UserMacro 
     19                Name="OSGEO4W_ROOT" 
     20                Value="C:\OSGeo4W" 
     21        /> 
    1822</VisualStudioPropertySheet>