Skip to content

Commit

Permalink
updated TARGET_ABI_VER to 1 instead of 0 to match major version
Browse files Browse the repository at this point in the history
  • Loading branch information
nephatrine committed Sep 21, 2015
1 parent 280cd2f commit 92190c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ endif()

project(epoxy C)
set(EPOXY_TARGET_NAME epoxy)
set(TARGET_VER 1.3.1_neph-git)
set(TARGET_ABI_VER 0)
set(TARGET_VER 1.3.1_neph)
set(TARGET_ABI_VER 1)
set(TARGET_OUTPUT_NAME "${EPOXY_TARGET_NAME}")

#
Expand Down
8 changes: 4 additions & 4 deletions VC12/Epoxy.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,20 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)VC12\Lib$(PlatformTarget)\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)VC12\Tmp\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
<TargetName>epoxy0_static</TargetName>
<TargetName>epoxy1_static</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetName>epoxy0_static</TargetName>
<TargetName>epoxy1_static</TargetName>
<IntDir>$(SolutionDir)VC12\Tmp\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)VC12\Lib$(PlatformTarget)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)VC12\Lib$(PlatformTarget)\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)VC12\Tmp\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
<TargetName>epoxy0_static</TargetName>
<TargetName>epoxy1_static</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>epoxy0_static</TargetName>
<TargetName>epoxy1_static</TargetName>
<IntDir>$(SolutionDir)VC12\Tmp\$(ProjectName)\$(PlatformTarget)\$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)VC12\Lib$(PlatformTarget)\$(Configuration)\</OutDir>
</PropertyGroup>
Expand Down

0 comments on commit 92190c8

Please sign in to comment.