New build system for wxPython. (Still needs some polish but is stable
for me. Will be doing more testing tomorrow on other platforms and then will remove the old wxPython build stuff...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
sedscript
|
||||
Makefile.pre
|
||||
Setup
|
||||
config.c
|
||||
Makefile
|
||||
|
||||
*.exp
|
||||
*.lib
|
||||
*.obj
|
||||
*.pch
|
||||
*.lib
|
||||
*.exp
|
||||
|
||||
Makefile
|
||||
Makefile.pre
|
||||
Setup
|
||||
build.local
|
||||
config.c
|
||||
htmlc.ilk
|
||||
htmlc.pyd
|
||||
sedscript
|
||||
|
6
utils/wxPython/modules/html/build.cfg
Normal file
6
utils/wxPython/modules/html/build.cfg
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- python -*-
|
||||
|
||||
MODULE = 'htmlc'
|
||||
SWIGFILES = ['html.i', ]
|
||||
PYFILES = ['htmlhelper.py']
|
||||
|
Reference in New Issue
Block a user