]> granicus.if.org Git - apache/commit
Fix command line devenv builds for MS VS 7.0 users. msdev is a command
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 14 May 2002 12:37:43 +0000 (12:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 14 May 2002 12:37:43 +0000 (12:37 +0000)
commit735b2766f35479648c2d4eac422d72be1cebb228
tree3b97de17b0e79efbdd2f79107c863647071172e0
parent7e7bf1c47a511065750b3bbfaf7a6fc0addff414
  Fix command line devenv builds for MS VS 7.0 users.  msdev is a command
  that no longer exists, and we won't count on .mak files [although they
  are much faster if they exist, as there is no such concept as /norecurse
  in this newer release.]  We will use the existance of a converted
  Apache.sln (solution) file as proof of 7.0, there isn't another graceful
  way to check that I see.

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