fix lcms2 build with VC2012

Change-Id: I665da7fbb3fb9f991d952658b247c9a80e8abede
Reviewed-on: https://gerrit.libreoffice.org/786
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
This commit is contained in:
Peter Foley
2012-08-22 17:05:20 -04:00
committed by Norbert Thiebaud
parent e15b459156
commit bac631c43d

View File

@@ -54,7 +54,10 @@ CONFIGURE_DIR=.
CONFIGURE_ACTION =
.IF "$(CCNUMVER)" >= "001600000000"
.IF "$(CCNUMVER)" >= "001700000000"
BUILD_DIR=Projects/VC2010/lcms2_DLL
BUILD_ACTION=MSBuild.exe lcms2_DLL.vcxproj /p:Configuration=Release /p:Platform=Win32 /p:TargetName=lcms2 /p:PlatformToolset=v110
.ELIF "$(CCNUMVER)" >= "001600000000"
BUILD_DIR=Projects/VC2010/lcms2_DLL
BUILD_ACTION=MSBuild.exe lcms2_DLL.vcxproj /p:Configuration=Release /p:Platform=Win32 /p:TargetName=lcms2
.ELSE