mumble/scripts
Mikkel Krautz 6da29305b8 mumble, murmur: final adjustments for the win32-static buildenv.
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-25 13:22:38 +02:00
..
development IconSync.cpp: Move Icon creation script 2013-06-15 23:31:11 +02:00
server categorize scripts (move example scripts for serverside into subfolders) 2013-06-04 21:59:54 +02:00
binserver.pl Include entire plugin structure 2011-05-19 14:58:39 -07:00
ermine.conf Include entire plugin structure 2011-05-19 14:58:39 -07:00
gen-mumble_app-qt-def.py mumble, murmur: final adjustments for the win32-static buildenv. 2013-08-25 13:22:38 +02:00
git2cl.pl Strip merge pull request from changelog (oh, and update the changelog) 2011-10-01 18:06:25 +02:00
mkflags.pl Flags 2009-05-06 16:52:31 +02:00
mkini-win32.bat Add ini creation file for windows build 2012-12-18 11:56:43 +01:00
mkini.sh Use installation default paths and stop being difficult 2011-05-04 17:56:21 -07:00
mklic.pl Refac mklic.pl. Generate new licenses.h file. 2013-07-14 13:23:25 +02:00
mkwrapper.pl Fix mkwrapper.pl for Ice 3.4 and update MurmurIceWrapper.cpp 2010-04-29 21:23:56 +02:00
mumble-overlay Update mumble-overlay script 2011-02-11 23:08:01 -08:00
mumble.desktop Turkish translation 2012-01-14 07:30:24 +01:00
mumble.protocol More Ubuntu fixes 2007-11-09 01:24:29 +00:00
murmur-user-wrapper Debian Bug#513119: murmur-user-wrapper: confused about dbus. Patch by janbraun@gmx.net 2009-01-26 21:12:49 +00:00
murmur.conf Rename ubuntu package from murmur back to mumble-server 2008-01-14 17:29:15 +00:00
murmur.ini Various murmur.ini fixes. 2013-01-03 00:34:29 +01:00
murmur.init add 'status' command to the init script 2012-01-02 21:57:32 +01:00
murmur.logrotate Make the logrotate fail gracefully if murmur isn't running 2009-03-22 22:37:35 +01:00
php.ini Include weblist.php using ICE 2008-07-03 12:34:38 +00:00
qt.conf Add proper Qt plugin support to OSX dist script. 2009-09-01 03:07:33 +02:00
release.pl scripts/release.pl: make sure to archive files listed in OBJECTIVE_SOURCES. 2012-10-29 19:12:48 +01:00
scripts.pro categorize scripts (move example scripts for serverside into subfolders) 2013-06-04 21:59:54 +02:00
svn2cl.pl Debian packaging fixes 2008-05-09 00:34:47 +00:00
svn2cl.sh Changelog update script fixed 2007-10-19 21:10:36 +00:00
transtate.py Add a small script to pull translation state from compile logs. 2012-11-12 22:36:09 +01:00
ts2html.pl Update ts2html script 2009-10-09 15:59:10 +02:00