Kaydet (Commit) f3f6c9be authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Pass /useenv to vcbuild so that rc and link find SDK headers and libs

üst 4839f974
...@@ -54,7 +54,7 @@ BUILD_DIR=Projects/VC2010/lcms2_DLL ...@@ -54,7 +54,7 @@ BUILD_DIR=Projects/VC2010/lcms2_DLL
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
.ELSE .ELSE
BUILD_DIR=Projects/VC2008/lcms2_DLL 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 .ENDIF
.ELSE #"$(GUI)$(COM)"!="WNTMSC" .ELSE #"$(GUI)$(COM)"!="WNTMSC"
......
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