summaryrefslogtreecommitdiff
path: root/lcms2
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-03-09 12:36:15 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-03-09 12:38:49 +0200
commitf3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a (patch)
treebd45cabc6e64ef884ebffb1ccb8762fdfe835804 /lcms2
parent4839f974925a6da50be9cd0dc7ab907182abbb93 (diff)
Pass /useenv to vcbuild so that rc and link find SDK headers and libs
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 028a3f6ac1d7..10ba7362a8da 100644
--- a/lcms2/makefile.mk
+++ b/lcms2/makefile.mk
@@ -54,7 +54,7 @@ BUILD_DIR=Projects/VC2010/lcms2_DLL
BUILD_ACTION=MSBuild.exe lcms2_DLL.vcxproj /p:Configuration=Release /p:Platform=Win32
.ELSE
BUILD_DIR=Projects/VC2008/lcms2_DLL
-BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe lcms2_DLL.vcproj "Release|Win32"
+BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe /useenv lcms2_DLL.vcproj "Release|Win32"
.ENDIF
.ELSE #"$(GUI)$(COM)"!="WNTMSC"