summaryrefslogtreecommitdiff
path: root/Projects
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2020-04-27 15:45:47 +0200
committerMarti Maria <marti.maria@littlecms.com>2020-04-27 15:45:47 +0200
commit5200c5a2c033d1321a1301d202e49d7d8adbc286 (patch)
tree12e6703d97dc7ba6fdfad76a2a6c092c2fc223d4 /Projects
parentba5883ba0b6ca8fc931d444d0192ead4d538475e (diff)
downloadlcms2-5200c5a2c033d1321a1301d202e49d7d8adbc286.tar.gz
add missing functions to the def file
The DEF file allows fine tune name decoration on 32-bit DLL builds.
Diffstat (limited to 'Projects')
-rw-r--r--Projects/VC2019/lcms2_DLL/lcms2_DLL.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/VC2019/lcms2_DLL/lcms2_DLL.vcxproj b/Projects/VC2019/lcms2_DLL/lcms2_DLL.vcxproj
index 89d9e09..d337260 100644
--- a/Projects/VC2019/lcms2_DLL/lcms2_DLL.vcxproj
+++ b/Projects/VC2019/lcms2_DLL/lcms2_DLL.vcxproj
@@ -234,6 +234,7 @@
<ItemGroup>
<CustomBuild Include="..\..\..\src\lcms2.def">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</CustomBuild>
</ItemGroup>
<ItemGroup>