[cpp-msbuild] branch master updated: MergeModules missing from paths.
Scott Cantor
cantor.2 at osu.edu
Wed May 30 21:19:49 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=cf62a809bb215722bdd2d19d7e997948cf161ecb
The following commit(s) were added to refs/heads/master by this push:
new cf62a80 MergeModules missing from paths.
cf62a80 is described below
commit cf62a809bb215722bdd2d19d7e997948cf161ecb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 30 21:19:45 2018 -0400
MergeModules missing from paths.
---
dependencies/config.bat | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies/config.bat b/dependencies/config.bat
index c2e9514..72baa86 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -7,7 +7,7 @@ REM DEFAULT SETTINGS (for Scott)
REM
set ROOT_DIR=C:\Users\scantor\Shibboleth\
-set CPP_MM_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.14.26405
+set CPP_MM_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.14.26405\MergeModules
set SED=C:\cygwin64\bin\sed.exe
rem set DEBUG_INSTALLER=YES
@@ -26,7 +26,7 @@ goto path_done
:BUILDVM
set ROOT_DIR=C:\Users\Administrator\Shibboleth\
-set CPP_MM_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.14.26405
+set CPP_MM_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.14.26405\MergeModules
set SED="C:\Program Files\Git\usr\bin\sed.exe"
rem set DEBUG_INSTALLER=YES
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list