[cpp-msbuild] 01/13: SPCPP-765 Parameterize config.bat
Rod Widdowson
rdw at steadingsoftware.com
Sun Dec 10 16:56:26 EST 2017
This is an automated email from the git hooks/post-receive script.
rdw 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=9c563fd74c02c3a5f2c37eb4ebeaeecdf50b7228
commit 9c563fd74c02c3a5f2c37eb4ebeaeecdf50b7228
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Dec 5 10:27:06 2017 +0000
SPCPP-765 Parameterize config.bat
https://issues.shibboleth.net/jira/browse/SSPCPP-765
---
dependencies/config.bat | 44 +++++++++++++++++++++++++++++++++++++-------
1 file changed, 37 insertions(+), 7 deletions(-)
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 1f71b01..730fcf0 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -1,14 +1,44 @@
-rem GOTTA HAVE TRAILING SLASH
+rem ROOT_DIR HAS TO HAVE TRAILING SLASH
-Rod...
-rem set ROOT_DIR=H:\Perforce\VS2017\
-rem set VS_DIR=d:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build\
-rem set SED=sed
-
-Scott...
+if "%1" NEQ "" goto %1%
set ROOT_DIR=C:\Users\cantor.2\Shibboleth\
set VS_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
set SED=C:\cygwin64\bin\sed.exe
+goto path_done
+
+:ROD
+set ROOT_DIR=H:\Perforce\VS2017\
+set VS_DIR=d:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build\
+set SED=sed
+
+##
+## Apache Config
+##
+SET APACHE_13_ROOT=%ROOT_DIR%apache\VC10\Apache
+SET APACHE_20_ROOT=%ROOT_DIR%apache\VC10\Apache2.0.63\Apache
+SET APACHE_22_ROOT=%ROOT_DIR%apache\VC10\Apache2
+SET APACHE_22_ROOT64=%ROOT_DIR%apache\VC10\Apache22-64
+SET APACHE_24_ROOT=%ROOT_DIR%apache\VC10\Apache24
+SET APACHE_24_ROOT64=%ROOT_DIR%apache\VC10\Apache24-64
+goto path_done
+
+:ROD_LAPTOP
+set ROOT_DIR=H:\Perforce\VS2017\
+set SED=D:\downloads\cygwin\bin\sed.exe
+set PERL=C:\Strawberry\perl\bin\perl.exe
+
+##
+## Apache Config
+##
+SET APACHE_13_ROOT=%ROOT_DIR%apache\VC10\Apache
+SET APACHE_20_ROOT=%ROOT_DIR%apache\VC10\Apache2.0.63\Apache
+SET APACHE_22_ROOT=%ROOT_DIR%apache\VC10\Apache2
+SET APACHE_22_ROOT64=%ROOT_DIR%apache\VC10\Apache22-64
+SET APACHE_24_ROOT=%ROOT_DIR%apache\VC10\Apache24
+SET APACHE_24_ROOT64=%ROOT_DIR%apache\VC10\Apache24-64
+goto path_done
+
+:path_done
set ZLIB_DIR=zlib-1.2.11
set ZLIB_IMPLIB=zlib1
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list