summaryrefslogtreecommitdiffstats
path: root/lcms2
diff options
context:
space:
mode:
Diffstat (limited to 'lcms2')
-rw-r--r--lcms2/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcms2/makefile.mk b/lcms2/makefile.mk
index b6b571f4b29c..52b7b4a93b65 100644
--- a/lcms2/makefile.mk
+++ b/lcms2/makefile.mk
@@ -56,7 +56,7 @@ CONFIGURE_ACTION =
BUILD_DIR=Projects/VC2010/lcms2_DLL
.IF "$(CCNUMVER)" >= "001600000000"
-BUILD_ACTION=MSBuild.exe lcms2_DLL.vcxproj /p:Configuration=Release /p:Platform=Win32
+BUILD_ACTION=MSBuild.exe lcms2_DLL.vcxproj /p:Configuration=Release /p:Platform=Win32 /p:TargetName=lcms2
.ELSE
BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe lcms2_DLL.vcproj "Release|Win32"
.ENDIF