on applicable MSVC versions.
trunk patch: http://svn.apache.org/r1482041
Submitted by: gsmith
Reviewed by: jim, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1486938 13f79535-47bb-0310-9956-
ffa450edef68
# so the server root should be given in forward slashes (quoted),
# preferably with the drive designation!
-!IF EXIST("httpd.vcproj") && ([devenv /help > NUL 2>&1] == 0) \
+!IF EXIST("Apache.sln") && ([devenv /help > NUL 2>&1] == 0) \
&& !defined(USEMAK) && !defined(USEDSW)
USESLN=1
USEMAK=0
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * makefile.win: Adjust makefile to properly detect the need to use devenv
- on applicable MSVC versions.
- trunk patch: http://svn.apache.org/r1482041
- 2.4.x patch: trunk patch works with offset
- +1: gsmith, jim, minfrin
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK: