[cpp-msbuild] branch master updated: Fix build root and Apache paths.

Scott Cantor cantor.2 at osu.edu
Wed May 30 16:19:34 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=d8bdc12c071fa24d7f36f9f2eeebf3c95f9e8c2d

The following commit(s) were added to refs/heads/master by this push:
       new  d8bdc12   Fix build root and Apache paths.
d8bdc12 is described below

commit d8bdc12c071fa24d7f36f9f2eeebf3c95f9e8c2d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 30 16:19:31 2018 -0400

    Fix build root and Apache paths.
---
 dependencies/config.bat | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dependencies/config.bat b/dependencies/config.bat
index f47a6d5..1162f8a 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -11,9 +11,19 @@ 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
 
+#
+# Apache Config
+#
+SET APACHE_13_ROOT=C:\Apache
+SET APACHE_20_ROOT=C:\Apache2.0.63\Apache
+SET APACHE_22_ROOT=C:\Apache2
+SET APACHE_22_ROOT64=C:\Apache2-64
+SET APACHE_24_ROOT=C:\Apache24
+SET APACHE_24_ROOT64=C:\Apache24-64
+
 :BUILDVM
 
-set ROOT_DIR=C:\Users\Administrator\Shibboleth\3.0\
+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 SED=C:\Program Files\Git\usr\bin\sed.exe
 set PERL=C:\Perl64\bin\perl.exe

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list