Revise the Win32 Build for three purposes;
1) Remove libraries specified under the Apache.dsw 'dependencies' to
eliminate duplicate link references in .mak files. Exporting all
make files from Apache.dsw, or building applications dependent on
libraries within the IDE both consistently add the libraries to
the linkage.
2) Add the include path os/win32 to .dsp projects as appropriate,
mostly to resolve to os.h in a manner consistent with unix.
3) Remove entirely useless libraries that are auto included by MSVC.
These changes level the field for deployment of other Win32 compilers.
No source files were harmed durring this production :)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85670 13f79535-47bb-0310-9956-ffa450edef68
Loading
Please sign in to comment