diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-16 11:32:58 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-16 11:32:58 +0200 |
commit | ccc86016244aaec2d95ceca226ffb0115ef31871 (patch) | |
tree | ce0b7d9c84e40629627ab326497fb1108e7bfc88 /win32 | |
parent | 7e2ae20ecf1a38a7f7890821a07e1a23fe96722d (diff) |
Move beep to proper place
Diffstat (limited to 'win32')
-rw-r--r-- | win32/copy/share/beep.wav | bin | 17684 -> 0 bytes | |||
-rw-r--r-- | win32/hexchat.props | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/win32/copy/share/beep.wav b/win32/copy/share/beep.wav deleted file mode 100644 index 099370f9..00000000 --- a/win32/copy/share/beep.wav +++ /dev/null Binary files differdiff --git a/win32/hexchat.props b/win32/hexchat.props index cd8cb6bd..eb121ed5 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -77,6 +77,7 @@ xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\i686-pc-vs10\engines" "$(HexChatRel)\lib xcopy /q /s /i etc "$(HexChatRel)\etc" xcopy /q /s /i share "$(HexChatRel)\share" xcopy /q /s /i "..\..\share\doc\COPYING" "$(HexChatRel)\share\doc\hexchat\" +xcopy /q /s /i "..\..\share\sounds\beep.wav" "$(HexChatRel)\share\sounds\" xcopy /q /s /i "$(DepsRoot)\share\doc" "$(HexChatRel)\share\doc" xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(HexChatRel)\lib\enchant\" xcopy /q /s /i "$(HexChatBin)hcchecksum.dll" "$(HexChatRel)\plugins\" |