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:
@@ -19,3 +19,6 @@ APPEXTRADEFS=-I$(top_srcdir)/contrib/include
|
|||||||
DATAFILES=stctest.cpp
|
DATAFILES=stctest.cpp
|
||||||
|
|
||||||
include $(top_builddir)/src/makeprog.env
|
include $(top_builddir)/src/makeprog.env
|
||||||
|
|
||||||
|
INSTALL:=../../$(INSTALL)
|
||||||
|
|
||||||
|
@@ -68,4 +68,6 @@ APPEXTRADEFS=-D__WX__ -DSCI_LEXER -DLINK_LEXERS -I$(scintilla_dir)/src -I$(scint
|
|||||||
|
|
||||||
include $(top_builddir)/src/makelib.env
|
include $(top_builddir)/src/makelib.env
|
||||||
|
|
||||||
|
INSTALL:=../../$(INSTALL)
|
||||||
|
|
||||||
-include $(DEPFILES)
|
-include $(DEPFILES)
|
||||||
|
@@ -44,4 +44,12 @@ wxEvents.
|
|||||||
|
|
||||||
Robin
|
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.
|
||||||
|
|
||||||
|
@@ -19,3 +19,6 @@ APPEXTRADEFS=-I$(top_srcdir)/contrib/include
|
|||||||
DATAFILES=stctest.cpp
|
DATAFILES=stctest.cpp
|
||||||
|
|
||||||
include $(top_builddir)/src/makeprog.env
|
include $(top_builddir)/src/makeprog.env
|
||||||
|
|
||||||
|
INSTALL:=../../$(INSTALL)
|
||||||
|
|
||||||
|
@@ -68,4 +68,6 @@ APPEXTRADEFS=-D__WX__ -DSCI_LEXER -DLINK_LEXERS -I$(scintilla_dir)/src -I$(scint
|
|||||||
|
|
||||||
include $(top_builddir)/src/makelib.env
|
include $(top_builddir)/src/makelib.env
|
||||||
|
|
||||||
|
INSTALL:=../../$(INSTALL)
|
||||||
|
|
||||||
-include $(DEPFILES)
|
-include $(DEPFILES)
|
||||||
|
@@ -44,4 +44,12 @@ wxEvents.
|
|||||||
|
|
||||||
Robin
|
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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user