You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/07/21 20:34:44 UTC

svn commit: r1505442 - /subversion/trunk/build/generator/gen_vcnet_vcproj.py

Author: rhuijben
Date: Sun Jul 21 18:34:44 2013
New Revision: 1505442

URL: http://svn.apache.org/r1505442
Log:
* build/generator/gen_vcnet_vcproj.py
  (gen_proj_names): Following up on r1505440 and r1505429 properly call
    function in base class.

Modified:
    subversion/trunk/build/generator/gen_vcnet_vcproj.py

Modified: subversion/trunk/build/generator/gen_vcnet_vcproj.py
URL: http://svn.apache.org/viewvc/subversion/trunk/build/generator/gen_vcnet_vcproj.py?rev=1505442&r1=1505441&r2=1505442&view=diff
==============================================================================
--- subversion/trunk/build/generator/gen_vcnet_vcproj.py (original)
+++ subversion/trunk/build/generator/gen_vcnet_vcproj.py Sun Jul 21 18:34:44 2013
@@ -42,7 +42,7 @@ class Generator(gen_win.WinGeneratorBase
     "Generate project file names for the targets"
 
     if float(self.vcproj_version) < 11.0:
-      gen_win.gen_proj_names(install_targets)
+      gen_win.WinGeneratorBase.gen_proj_names(self, install_targets)
       return
 
     # With VS2012 we can assume that even the light versions