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:
Robin Dunn
2000-10-14 06:43:11 +00:00
parent 76c42b8f41
commit be481aacfe
2 changed files with 0 additions and 10 deletions

View File

@@ -108,7 +108,6 @@ if os.name == 'nt':
includes = ['src',
os.path.join(WXDIR, 'include'),
##os.path.join(WXDIR, 'contrib/include'),
]
defines = [ ('WIN32', None), # Some of these are no longer
@@ -434,5 +433,3 @@ setup(name = PKGDIR,
ext_modules = wxpExtensions,
)