From 230e09add671b1920d934137c8f634d894ca7cdc Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 25 Mar 2003 07:06:20 +0000 Subject: [PATCH] Added file for xrc splitter support git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/setup.py b/wxPython/setup.py index e8dedd03f4..44ee2e1359 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -936,6 +936,7 @@ if BUILD_XRC: '%s/xh_sizer.cpp' % XMLLOC, '%s/xh_slidr.cpp' % XMLLOC, '%s/xh_spin.cpp' % XMLLOC, + '%s/xh_split.cpp' % XMLLOC, '%s/xh_stbmp.cpp' % XMLLOC, '%s/xh_stbox.cpp' % XMLLOC,