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:
authorMikkel Krautz <mikkel@krautz.dk>2016-05-09 02:17:36 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-09 02:17:36 +0300
commit691d80ae13a4670bc073032d5acde51096f61ccf (patch)
treea3cd134aa762dc23acdd725b55efa4108589ec60
parent5b6bdac50b73ad5d29c92ae8081f6d02d7354db8 (diff)
installer, plugins: add bf4 plugin to build and installer.
-rw-r--r--installer/Plugins.wxs4
-rw-r--r--plugins/plugins.pro2
2 files changed, 5 insertions, 1 deletions
diff --git a/installer/Plugins.wxs b/installer/Plugins.wxs
index c407d99cd..702eb7b75 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -35,6 +35,9 @@
<Component Id="bfheroes.dll">
<File Source="$(var.SourceDir)\release\plugins\bfheroes.dll" KeyPath="yes" />
</Component>
+ <Component Id="bf4.dll">
+ <File Source="$(var.SourceDir)\release\plugins\bf4.dll" KeyPath="yes" />
+ </Component>
<Component Id="blacklight.dll">
<File Source="$(var.SourceDir)\release\plugins\blacklight.dll" KeyPath="yes" />
</Component>
@@ -150,6 +153,7 @@
<ComponentRef Id="bf3.dll" />
<ComponentRef Id="bfbc2.dll" />
<ComponentRef Id="bfheroes.dll" />
+ <ComponentRef Id="bf4.dll" />
<ComponentRef Id="borderlands.dll" />
<ComponentRef Id="borderlands2.dll" />
<ComponentRef Id="blacklight.dll" />
diff --git a/plugins/plugins.pro b/plugins/plugins.pro
index 4eca627e1..3f2a7a332 100644
--- a/plugins/plugins.pro
+++ b/plugins/plugins.pro
@@ -5,5 +5,5 @@ SUBDIRS = link manual
DIST = plugins.pri
win32 {
- SUBDIRS += aoc arma2 bf1942 bf2 bf3 bf2142 bfbc2 bfheroes blacklight borderlands borderlands2 breach cod2 cod4 cod5 codmw2 codmw2so cs css dods dys etqw tf2 gmod gtaiv gw hl2dm insurgency jc2 l4d l4d2 lol lotro ql rl sr sto ut2004 ut3 ut99 wolfet wow
+ SUBDIRS += aoc arma2 bf1942 bf2 bf3 bf2142 bfbc2 bfheroes bf4 blacklight borderlands borderlands2 breach cod2 cod4 cod5 codmw2 codmw2so cs css dods dys etqw tf2 gmod gtaiv gw hl2dm insurgency jc2 l4d l4d2 lol lotro ql rl sr sto ut2004 ut3 ut99 wolfet wow
}