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:
Thorvald Natvig 2006-03-01 14:27:26 +00:00
parent 229de2cf2b
commit fa9df03489

View File

@ -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"