Applied patch [ 571965 ] update stc contrib stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-06-23 14:01:57 +00:00
parent b2261c5bb8
commit c0b8a8b9cc
6 changed files with 26 additions and 0 deletions

View File

@ -19,3 +19,6 @@ APPEXTRADEFS=-I$(top_srcdir)/contrib/include
DATAFILES=stctest.cpp
include $(top_builddir)/src/makeprog.env
INSTALL:=../../$(INSTALL)

View File

@ -68,4 +68,6 @@ APPEXTRADEFS=-D__WX__ -DSCI_LEXER -DLINK_LEXERS -I$(scintilla_dir)/src -I$(scint
include $(top_builddir)/src/makelib.env
INSTALL:=../../$(INSTALL)
-include $(DEPFILES)

View File

@ -44,4 +44,12 @@ wxEvents.
Robin
[SOLARIS NOTE - ellers@iinet.net.au - June 2002]
On sunos5 (sparc) the stc code breaks if optimisation is turned on (the
default). If your release build breaks but the debug build is fine,
try reconfiguring with --disable-optimise and rebuilding. If you are using
wxPython you will also need to disable optimised compiling. To do this I
had to hand modify the python makefile in (prefix)/lib/python2.2/config/Makefile
to remove optimisation flags.

View File

@ -19,3 +19,6 @@ APPEXTRADEFS=-I$(top_srcdir)/contrib/include
DATAFILES=stctest.cpp
include $(top_builddir)/src/makeprog.env
INSTALL:=../../$(INSTALL)

View File

@ -68,4 +68,6 @@ APPEXTRADEFS=-D__WX__ -DSCI_LEXER -DLINK_LEXERS -I$(scintilla_dir)/src -I$(scint
include $(top_builddir)/src/makelib.env
INSTALL:=../../$(INSTALL)
-include $(DEPFILES)

View File

@ -44,4 +44,12 @@ wxEvents.
Robin
[SOLARIS NOTE - ellers@iinet.net.au - June 2002]
On sunos5 (sparc) the stc code breaks if optimisation is turned on (the
default). If your release build breaks but the debug build is fine,
try reconfiguring with --disable-optimise and rebuilding. If you are using
wxPython you will also need to disable optimised compiling. To do this I
had to hand modify the python makefile in (prefix)/lib/python2.2/config/Makefile
to remove optimisation flags.