A little cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -276,10 +276,3 @@ def contrib_copy_tree(src, dest, verbose=0):
|
|||||||
mkpath(dest, verbose=verbose)
|
mkpath(dest, verbose=verbose)
|
||||||
copy_tree(src, dest, update=1, verbose=verbose)
|
copy_tree(src, dest, update=1, verbose=verbose)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -108,7 +108,6 @@ if os.name == 'nt':
|
|||||||
|
|
||||||
includes = ['src',
|
includes = ['src',
|
||||||
os.path.join(WXDIR, 'include'),
|
os.path.join(WXDIR, 'include'),
|
||||||
##os.path.join(WXDIR, 'contrib/include'),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
defines = [ ('WIN32', None), # Some of these are no longer
|
defines = [ ('WIN32', None), # Some of these are no longer
|
||||||
@@ -434,5 +433,3 @@ setup(name = PKGDIR,
|
|||||||
ext_modules = wxpExtensions,
|
ext_modules = wxpExtensions,
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user