You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/08/22 13:46:21 UTC

svn commit: r987875 - /subversion/branches/performance/build.conf

Author: stefan2
Date: Sun Aug 22 11:46:21 2010
New Revision: 987875

URL: http://svn.apache.org/viewvc?rev=987875&view=rev
Log:
Fix VisualStudio project file generation script.

* build.conf
  (msvc-export): add new private headers

Patch by: Johan Corveleyn <jc...@gmail.com>

Modified:
    subversion/branches/performance/build.conf

Modified: subversion/branches/performance/build.conf
URL: http://svn.apache.org/viewvc/subversion/branches/performance/build.conf?rev=987875&r1=987874&r2=987875&view=diff
==============================================================================
--- subversion/branches/performance/build.conf (original)
+++ subversion/branches/performance/build.conf Sun Aug 22 11:46:21 2010
@@ -322,6 +322,7 @@ msvc-export = 
         private\svn_opt_private.h private\svn_skel.h private\svn_sqlite.h
         private\svn_utf_private.h private\svn_eol_private.h
         private\svn_token.h
+        private\svn_temp_serializer.h private\svn_file_handle_cache.h
 
 # Working copy management lib
 [libsvn_wc]