Skip to content

Commit

Permalink
plugins/wow: Total revamp and support for the x64 executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici committed Sep 12, 2016
1 parent f064a8d commit 04dacb1
Show file tree
Hide file tree
Showing 5 changed files with 327 additions and 317 deletions.
4 changes: 4 additions & 0 deletions installer/Plugins.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@
<Component Id="wow.dll">
<File Source="$(var.SourceDir)\release\plugins\wow.dll" KeyPath="yes" />
</Component>
<Component Id="wow_x64.dll">
<File Source="$(var.SourceDir)\release\plugins\wow_x64.dll" KeyPath="yes" />
</Component>
</DirectoryRef>

<ComponentGroup Id="Plugins">
Expand Down Expand Up @@ -192,6 +195,7 @@
<ComponentRef Id="ut3.dll" />
<ComponentRef Id="wolfet.dll" />
<ComponentRef Id="wow.dll" />
<ComponentRef Id="wow_x64.dll" />
</ComponentGroup>
</Fragment>
</Wix>
2 changes: 1 addition & 1 deletion plugins/plugins.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SUBDIRS = link
DIST = plugins.pri

win32 {
SUBDIRS += aoc arma2 bf1942 bf2 bf3 bf2142 bfbc2 bfheroes bf4 bf4_x86 blacklight borderlands borderlands2 breach cod2 cod4 cod5 codmw2 codmw2so cs css dods dys etqw tf2 gmod gtaiv gtav 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 bf4_x86 blacklight borderlands borderlands2 breach cod2 cod4 cod5 codmw2 codmw2so cs css dods dys etqw tf2 gmod gtaiv gtav gw hl2dm insurgency jc2 l4d l4d2 lol lotro ql rl sr sto ut2004 ut3 ut99 wolfet wow wow_x64
}

linux {
Expand Down
Loading

0 comments on commit 04dacb1

Please sign in to comment.