Changeset 915

Show
Ignore:
Timestamp:
10/09/08 15:55:34 (3 months ago)
Author:
mloskot
Message:

build/msvc80: Use unified name of libLAS DLL with C API - liblas1. Specifie the name using macro defined in Property Sheet liblas.vsprops for easier maintenance.

Location:
trunk/build/msvc80
Files:
2 modified

Legend:

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

    r866 r915  
    2020                Value="C:\OSGeo4W" 
    2121        /> 
     22        <UserMacro 
     23                Name="LAS_C_API_DLL" 
     24                Value="liblas1" 
     25        /> 
    2226</VisualStudioPropertySheet> 
  • trunk/build/msvc80/liblas_c_dll/liblas_c_dll.vcproj

    r569 r915  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="8,00" 
    55        Name="liblas_c_dll" 
    66        ProjectGUID="{EC92BE01-CFA3-46C6-998E-810484CC5860}" 
     
    6262                        <Tool 
    6363                                Name="VCLinkerTool" 
     64                                OutputFile="$(OutDir)\$(LAS_C_API_DLL).dll" 
    6465                                LinkIncremental="2" 
    6566                                GenerateDebugInformation="true" 
     
    136137                        <Tool 
    137138                                Name="VCLinkerTool" 
     139                                OutputFile="$(OutDir)\$(LAS_C_API_DLL).dll" 
    138140                                LinkIncremental="1" 
    139141                                GenerateDebugInformation="true"