Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-25mumble, murmur: final adjustments for the win32-static buildenv.Mikkel Krautz
With this change, CONFIG(static) on Windows will cause the Mumble client's application logic to be built into a .DLL called mumble_app.dll (based on pcgod's previous DLL changeset). Since src/mumble will now be built as a DLL, a wrapper executable is available in src/mumble_exe. This wrapper is currently implemented such that it will load mumble_app.dll from the directory that it resides in. This means that when building statically, src/mumble and src/mumble_exe will now give us the following products: src/mumble: mumble_app.dll src/mumble_exe: mumble.exe Along with the two major points above, this change also adds a Python script to the build, 'gen-mumble_app-qt-def.py', whose job is to construct a module definition (.def) file for mumble_app.dll. The generated module definition lists the Qt symbols that are needed for the manual positioning plugin to work. If we need to expose more symbols in the future (say we want to implement more plugin kinds than the current positional audio plugins), we now have the infrastructure in place to do that.
2013-08-14murmur: build fixes for win32-static.Mikkel Krautz
2012-02-18More G15 SDK path fixesBenjamin Jemlich
2012-02-05Revert back to mumble-g15-helper-based G15 support on Windows.Mikkel Krautz
2011-08-06Make winpaths_default.pri arch independentStefan Hacker
2011-05-05Use installation default paths and stop being difficultThorvald Natvig
2011-03-13Update win32 build pathsThorvald Natvig
2011-02-21Protobuf 2.4.0a on Win32 (and static)Thorvald Natvig
2011-02-20Update ASIO pathThorvald Natvig
2010-10-23Patch build patchThorvald Natvig
2010-10-22Add a winpaths_default.pri to contain all windows dependency paths and make ↵Stefan Hacker
them easily overridable by a custom winpaths_custom.pri