]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Round out the Win32 build. Changes include:
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 19 Dec 2000 23:22:06 +0000 (23:22 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 19 Dec 2000 23:22:06 +0000 (23:22 +0000)
commit7c4e0ee395065fb2f97b114b6bb3355451d44d05
tree8baf9f67d27f6ead86f638b4477aae8ce70cdcb8
parent09e5b4f61b5237c82cbe2343591b16f54bb72f09
  Round out the Win32 build.  Changes include:

    ApacheModuleProxy.dsp moved to os/win32 with the rest of them
      (yes, all could move the their respective folders, this was the
       path of least resistance.)
    All compilation and linkage tags are identical, no incremental tags
      CPP /Gm removed, /incremental:no consistently applied, and the
      exception handling /GX was removed from release builds.
    Every lib builds to LibD/LibR directories.  Every executable and
      dynamic module builds to Debug/Release directories.  /Fd"name" tags
      force .pdb/.idb files to be named as the project, rather than VC##.
    Assure the build works correctly, and is similar to the normal style.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87432 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/Win9xConHook.dsp