]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
VisualStudio 2005 includes two 'bugs'. The first is not really,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Sep 2007 02:09:45 +0000 (02:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Sep 2007 02:09:45 +0000 (02:09 +0000)
it allows massively parallel compilation within a project or even
across projects.  Unfortunately step one of both the ces and ccs
iconv charset compilations is to create a precompiled header of
the iconv.h contents, and the resulting iconv.pch cannot be written
by both projects as they race to the finish.  Make the longer build
dependent upon the shorter build.

The other bug is a bug we will not fix, also related to parallel
compilation.  MS blindly attempts to make a new BuildLog.htm in
each Intermediate_Dir of the project.  Of course with parallel
compilation, this falls down; we are building two projects in the
same tree at the same time.  Chalk this up as a bug for MS to fix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580531 13f79535-47bb-0310-9956-ffa450edef68

Apache.dsw

index c20902aecc3b1e12af9a12eaa63acb880e318fc8..40642d7f0fdd6f7058d3a6371279ad991622a197 100644 (file)
@@ -569,6 +569,9 @@ Package=<4>
     Begin Project Dependency
     Project_Dep_Name libapriconv
     End Project Dependency
+    Begin Project Dependency
+    Project_Dep_Name libapriconv_ccs_modules
+    End Project Dependency
 }}}
 
 ###############################################################################