Commit Graph

4 Commits

Author SHA1 Message Date
VZ 5c93c1ce19 Include submodules in wxWidgets checkout (#982)
Third party libraries are now submodules and not subdirectories, so
clone them too.
2017-11-13 10:54:36 -08:00
VZ 289dbbdf7c Build wxWidgets libraries statically (#915)
This ensures that the fuzzer can be ran from the output directory
without having to copy the shared libraries there too.
2017-10-24 18:19:29 -07:00
VZ 72e9d687ce Use CXXFLAGS also for linking when building wxWidgets (#914)
Otherwise the correct -stdlib=libc++ option, which is part of CXXFLAGS
defined in the Docker container, is not used resulting in link errors.
2017-10-25 11:53:45 +11:00
VZ ee358c11e4 Add wxWidgets project (#913)
Add the project file and simple Dockerfile and the build script using
the fuzzer source in the main wxWidgets repository itself.
2017-10-24 16:19:16 -07:00