wxWidgets/build/tools
Vadim Zeitlin 0397da2a8f Use ld --no-as-needed in Travis Ubuntu 18.04 wxGTK build
This works around a problem in our build system which doesn't set rpath
correctly when linking our own libraries, which means that "qa" library,
for example, doesn't record the path to its "xml" library dependency.

We already worked around this by linking any program using "qa" with
"xml" too, however this doesn't do anything if "--as-needed" flag is in
effect, as is the case by default under Ubuntu 18.04, so make our
workaround work by forcefully disabling this flag.

Real solution would be to use -Wl,-rpath correctly and then stop linking
with "xml" library unnecessarily in e.g. test_gui bakefile.
2020-04-23 02:59:45 +02:00
..
msvs Increment version number to 3.1.4 2019-10-28 14:11:00 +01:00
appveyor-test.bat Specify CPU parameter for AppVeyor nmake builds 2019-12-01 00:06:44 +01:00
appveyor.bat Remove unnecessary arguments for nmake in AppVeyor script 2020-03-27 23:11:00 +01:00
before_install.sh Disable GUI parts build for PPC and S/390 Travis platforms 2020-04-22 18:26:02 +02:00
build-wxwidgets.py Restore wxPython build scripts 2015-12-15 14:53:12 +01:00
builder.py Restore wxPython build scripts 2015-12-15 14:53:12 +01:00
post-release.sh Fix SHA-1 update script to work with the current release.md 2018-12-09 16:52:40 +01:00
pre-release.sh Allow running pre/post-release scripts from any directory 2017-11-16 18:49:45 +01:00
release.bat Release script improvements. 2015-11-15 13:56:52 -07:00
release.sh Silence "make allmo" during release archives build 2017-11-16 23:37:24 +01:00
travis-ci.sh Use ld --no-as-needed in Travis Ubuntu 18.04 wxGTK build 2020-04-23 02:59:45 +02:00
wxwidgets.iss Add uninstall icon to installer script 2019-11-29 00:21:25 +01:00