More updates to the Debian packaging for wxPython, unicode and
the project name change. Applied patch from ABX to make tex2rtf unicode compatible, then removed wxSprintf lameness from it so it might actually work. Also modified it to return true from tex2rtf OnInit in console builds so the app will exit with a successful return code rather than always returning failure even when it succeeds. Implemented unicode capable wxCtime for glibc systems also needed by tex2rtf. Wrapped dde include in tex2rtf in a guard and assert that dde is MSW only in its forwarding header. Lowered the limit of maxlen in wxSprintf so it actually has a chance to segfault on people instead of failing silently and mysteriously with glibc. Silenced some other 'potentially uninitialised variable' warnings from gcc3, most of which were bogus, one potentially not so. Added missing newline at the end of fontdlg.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a0af0d98b5
commit
b63b07a809
46 changed files with 1351 additions and 1173 deletions
|
|
@ -169,14 +169,14 @@ Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--release]
|
|||
[--cc] [--cxx] [--ld]
|
||||
|
||||
wx-config returns configuration information about the installed
|
||||
version of wxWindows. It may be used to query its version and
|
||||
version of wxWidgets. It may be used to query its version and
|
||||
installation directories and also retrieve the C and C++ compilers
|
||||
and linker which were used for its building and the corresponding
|
||||
flags.
|
||||
|
||||
Ordinarily it should be installed to the appropriate system location
|
||||
along with the headers and library files, but it is also possible to
|
||||
use it to enable builds with an uninstalled wxWindows version for
|
||||
use it to enable builds with an uninstalled wxWidgets version for
|
||||
package building and bleeding edge developers. To do so, use it like
|
||||
this:
|
||||
|
||||
|
|
@ -188,7 +188,7 @@ specification for it to take effect.
|
|||
--static must come before --libs and --gl-libs.
|
||||
|
||||
--libs can take optional argument that contains comma-separated list of
|
||||
wxWindows libraries to link against. This list can include both core
|
||||
wxWidgets libraries to link against. This list can include both core
|
||||
and contrib libraries.
|
||||
|
||||
--gl-libs option is deprecated, used --libs=gl instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue