]> granicus.if.org Git - apache/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:13:35 +0000 (11:13 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 24 Aug 2007 11:13:35 +0000 (11:13 +0000)
commitbef1359d6078ee16da5186684269ac90d07b2199
tree709407ccd0d94acdaa9ca76ab2bdf68a1431c322
parent396c082d971bd139db5e4aa825528e12eb529c39
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569352 13f79535-47bb-0310-9956-ffa450edef68
Makefile.win