On 3/9/12 04:39 , Tor Lillqvist wrote:
 lcms2/makefile.mk |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit f3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a
Author: Tor Lillqvist <tlillqvist@suse.com>
Date:   Fri Mar 9 12:36:15 2012 +0200
    Pass /useenv to vcbuild so that rc and link find SDK headers and libs
diff --git a/lcms2/makefile.mk b/lcms2/makefile.mk
index 028a3f6..10ba736 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"
^^^^
that one result in a segfault on the invocation of vcbuild.exe for me.
removing the /useenv works
Norbert
Context
- Re: [Libreoffice-commits] .: 2 commits - lcms2/makefile.mk · Norbert Thiebaud
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.