]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Once we have a .vcproj, and if we can exec devenv.exe, then prefer it.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 24 Aug 2007 11:15:56 +0000 (11:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 24 Aug 2007 11:15:56 +0000 (11:15 +0000)
commit92be97f9e3430706c476b94c0c99fe628ddf4e60
tree37a643c055f4450e7279a2b78ebeb929339384f2
parente18c7512e36bba3ef4eb9466e4766601f584b04f
Once we have a .vcproj, and if we can exec devenv.exe, then prefer it.
If we don't, we still need to use the .mak files, when present, because
a VC5 user (yes it still works) can't build from .dsp files.

But let the user do whatever they like, as trivial as USEMAK=1
to override the presense of .vcproj files, which is a huge improvement
over the prior detection.

Backport: r569352

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@569354 13f79535-47bb-0310-9956-ffa450edef68
Makefile.win