]> granicus.if.org Git - apache/commitdiff
makefile.win: Adjust makefile to properly detect the need to use devenv
authorGraham Leggett <minfrin@apache.org>
Tue, 28 May 2013 14:27:32 +0000 (14:27 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 28 May 2013 14:27:32 +0000 (14:27 +0000)
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

Makefile.win
STATUS

index afdae74ca06d4c935abe866b8ebe7f55c77e4a61..76c08731d2062f4af949992910c70e2d9bb56095 100644 (file)
@@ -42,7 +42,7 @@
 # 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
diff --git a/STATUS b/STATUS
index 13592070dd308d5a14864d4ff4c580fa6b8ba78b..31a2109c936fb23eb9e4e94676fac2acd36812eb 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,12 +90,6 @@ RELEASE SHOWSTOPPERS:
 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: