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
diff options
context:
space:
mode:
authorPiotr ChodaƄ <dark.skeleton@gmail.com>2012-05-16 04:23:21 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2012-05-20 14:58:58 +0400
commit317f5a092c3ea09daeae94da713742d29044a5ab (patch)
tree0b25ccbd8c0f1d3df78a9bab646917fee19bc6ec /installer
parent814ae5e129de4add9345f1a6084a8432d7c831df (diff)
New positional audio plugin: Guild Wars
Supports context and identity
Diffstat (limited to 'installer')
-rw-r--r--installer/Plugins.wxs4
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/Plugins.wxs b/installer/Plugins.wxs
index bba1be073..365044a0e 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -71,6 +71,9 @@
<Component Id="gtaiv.dll">
<File Source="$(var.SourceDir)\release\plugins\gtaiv.dll" KeyPath="yes" />
</Component>
+ <Component Id="gw.dll">
+ <File Source="$(var.SourceDir)\release\plugins\gw.dll" KeyPath="yes" />
+ </Component>
<Component Id="hl2dm.dll">
<File Source="$(var.SourceDir)\release\plugins\hl2dm.dll" KeyPath="yes" />
</Component>
@@ -138,6 +141,7 @@
<ComponentRef Id="etqw.dll" />
<ComponentRef Id="gmod.dll" />
<ComponentRef Id="gtaiv.dll" />
+ <ComponentRef Id="gw.dll" />
<ComponentRef Id="hl2dm.dll" />
<ComponentRef Id="insurgency.dll" />
<ComponentRef Id="l4d.dll" />