summaryrefslogtreecommitdiff
path: root/lcms2
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-03-13 14:15:20 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-03-13 14:15:20 +0100
commit073ea37399a3b9b44e5780c1cf2a6b76e44d8359 (patch)
tree55cb22b3cc5140640d4965e1b2161af4926eec3d /lcms2
parentffc3c27130faec6c5337943975fa6ebf7623de36 (diff)
Revert "Pass /useenv to vcbuild so that rc and link find SDK headers and libs"
It breaks on a clean installs of Windows, and registration of SDK with Visual Studio seems to be the answer. This reverts commit f3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a. Conflicts: lcms2/makefile.mk
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 83458ca33df2..0c7f5d5904e7 100644
--- a/lcms2/makefile.mk
+++ b/lcms2/makefile.mk
@@ -55,7 +55,7 @@ BUILD_DIR=Projects/VC2010/lcms2_DLL
.IF "$(CCNUMVER)" >= "001600000000"
BUILD_ACTION=MSBuild.exe lcms2_DLL.vcxproj /p:Configuration=Release /p:Platform=Win32
.ELSE
-BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe /useenv lcms2_DLL.vcproj "Release|Win32"
+BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe lcms2_DLL.vcproj "Release|Win32"
.ENDIF
.ELSE #"$(GUI)$(COM)"!="WNTMSC"