summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2013-05-13 19:29:01 +0000
committerGregg Lewis Smith <gsmith@apache.org>2013-05-13 19:29:01 +0000
commitc7fb34dcb0d9f90bb0e48ac60b424d79e030c642 (patch)
treeb49981460a45eb15a55b5623cf5897f6d1c19e56 /Makefile.win
parent969e215ccae8d47bb54951706f431d2f4c674ee1 (diff)
downloadhttpd-c7fb34dcb0d9f90bb0e48ac60b424d79e030c642.tar.gz
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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482041 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win
index f191695107..1b967256fc 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -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