Kaydet (Commit) 48fd7112 authored tarafından Peter Foley's avatar Peter Foley

fix build with VS2010

Change-Id: Ifee45475f8cfeee6b2a4f880f0ff1cc7f9024715
üst 6b0b50e0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment