mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
No longer default export of wow plugin, as it's out of date.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@342 05730e5d-ab1b-0410-a4ac-84af385074fa
This commit is contained in:
parent
229de2cf2b
commit
fa9df03489
@ -88,7 +88,7 @@ Section "Mumble & Murmur" SecMumble
|
||||
|
||||
SetOutPath "$INSTDIR\plugins"
|
||||
File /oname=bf2.dll "..\plugins\bf2.dll"
|
||||
File /oname=wow.dll "..\plugins\wow.dll"
|
||||
;File /oname=wow.dll "..\plugins\wow.dll"
|
||||
|
||||
SetOutPath "$INSTDIR"
|
||||
|
||||
@ -147,7 +147,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\qos.reg"
|
||||
Delete "$INSTDIR\murmur.ini"
|
||||
Delete "$INSTDIR\plugins\bf2.dll"
|
||||
Delete "$INSTDIR\plugins\wow.dll"
|
||||
;Delete "$INSTDIR\plugins\wow.dll"
|
||||
Delete "$INSTDIR\QtCore4.dll"
|
||||
Delete "$INSTDIR\QtGui4.dll"
|
||||
Delete "$INSTDIR\QtNetwork4.dll"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user