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
Please register or sign in to comment