You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2013/05/13 21:29:02 UTC

svn commit: r1482041 - /httpd/httpd/trunk/Makefile.win

Author: gsmith
Date: Mon May 13 19:29:01 2013
New Revision: 1482041

URL: http://svn.apache.org/r1482041
Log:
MSVC 7, 8 & 9 use the .vcproj extension
MSVC 10 & 11 use the .vcxproj extension
Apache.sln is common to all above versions

This allows proper detection and use of devenv in all these versions


Modified:
    httpd/httpd/trunk/Makefile.win

Modified: httpd/httpd/trunk/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.win?rev=1482041&r1=1482040&r2=1482041&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.win (original)
+++ httpd/httpd/trunk/Makefile.win Mon May 13 19:29:01 2013
@@ -46,7 +46,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