]> 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)
commitaa06aa0f89e96d8e1ca7a90df2e75d4ec0aab765
tree8baf9f67d27f6ead86f638b4477aae8ce70cdcb8
parentb4116c0ff0cd33119fff8d057ea0091da9950118
  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