Skip to content

Commit 1448bb8

Browse files
committed
Making the Support libs compile without warnings
1 parent ffa49cf commit 1448bb8

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

support/ShapeLib/ShapeLib.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@
6868
</ImportGroup>
6969
<PropertyGroup Label="UserMacros" />
7070
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
71-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
71+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
7272
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
7373
</PropertyGroup>
7474
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
75+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
7676
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
79+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
8080
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
83+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
8484
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
8585
</PropertyGroup>
8686
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

support/cqlib/cqlib.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@
7272
<_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
7373
</PropertyGroup>
7474
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
75+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
7676
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
79+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
8080
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
83+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
8484
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
8585
</PropertyGroup>
8686
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
87-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
87+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
8888
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
8989
</PropertyGroup>
9090
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -117,7 +117,7 @@
117117
</Midl>
118118
<ClCompile>
119119
<Optimization>Disabled</Optimization>
120-
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120+
<PreprocessorDefinitions>WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121121
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
122122
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
123123
<PrecompiledHeader />

support/spatialindex/spatialindex-vc/spatialindex.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@
7272
<_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
7373
</PropertyGroup>
7474
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
75+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
7676
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
79+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
8080
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
83+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
8484
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
8585
</PropertyGroup>
8686
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
87-
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)</OutDir>
87+
<OutDir>$(SolutionDir)lib\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
8888
<IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir>
8989
</PropertyGroup>
9090
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

0 commit comments

Comments
 (0)