[cpp-msbuild] branch master updated: Add settings for build VM.
Scott Cantor
cantor.2 at osu.edu
Wed May 30 16:08:55 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=31db6f843a05cdb7cfb2b96f2ebc21b5c83bf0de
The following commit(s) were added to refs/heads/master by this push:
new 31db6f8 Add settings for build VM.
31db6f8 is described below
commit 31db6f843a05cdb7cfb2b96f2ebc21b5c83bf0de
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 30 16:08:49 2018 -0400
Add settings for build VM.
---
dependencies/config.bat | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 99e6193..7f8bd2a 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -11,6 +11,14 @@ set CPP_MM_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\
set SED=C:\cygwin64\bin\sed.exe
rem set DEBUG_INSTALLER=YES
+:BUILDVM
+
+set ROOT_DIR=C:\Users\Administrator\Shibboleth\3.0\
+set CPP_MM_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.14.26405
+set SED=C:\Program Files\Git\mingw64\bin\sed.exe
+set PERL=C:\Perl64\bin\perl.exe
+rem set DEBUG_INSTALLER=YES
+
#
# Apache Config
#
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list