From: Robin Dunn Date: Thu, 12 Apr 2007 00:13:21 +0000 (+0000) Subject: Adjust output dir for wxPython file X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fffa9fbcb9c4e434eee45e34cc2367cd0f15059b Adjust output dir for wxPython file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/stc/gen_iface.py b/src/stc/gen_iface.py index ea310fb661..37bae5033d 100644 --- a/src/stc/gen_iface.py +++ b/src/stc/gen_iface.py @@ -21,7 +21,7 @@ H_TEMPLATE = os.path.abspath('./stc.h.in') CPP_TEMPLATE = os.path.abspath('./stc.cpp.in') H_DEST = os.path.abspath('../../include/wx/stc/stc.h') CPP_DEST = os.path.abspath('./stc.cpp') -DOCSTR_DEST = os.path.abspath('../../../wxPython/contrib/stc/_stc_gendocs.i') +DOCSTR_DEST = os.path.abspath('../../wxPython/contrib/stc/_stc_gendocs.i') # Value prefixes to convert