Commit b3ad9a6a authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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/branches/1.3.x@87433 13f79535-47bb-0310-9956-ffa450edef68
parent ca78ade3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment