summary refs log tree commit diff stats
path: root/win32/ext/enchant-wdk/src/release-x86.bat
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-01 05:05:33 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-01 05:05:33 +0200
commit110a2625fe7dcee78b96ca8589b6e0d5f2f76983 (patch)
treebd1c3adbc2b23a55cfb5b02f18a533e1aeaa7900 /win32/ext/enchant-wdk/src/release-x86.bat
parentb70062d6d257be8bf0d9f1260c519e5de129b580 (diff)
Remove another bunch of obsolete junk
Diffstat (limited to 'win32/ext/enchant-wdk/src/release-x86.bat')
-rw-r--r--win32/ext/enchant-wdk/src/release-x86.bat20
1 files changed, 0 insertions, 20 deletions
diff --git a/win32/ext/enchant-wdk/src/release-x86.bat b/win32/ext/enchant-wdk/src/release-x86.bat
deleted file mode 100644
index a33bec76..00000000
--- a/win32/ext/enchant-wdk/src/release-x86.bat
+++ /dev/null
@@ -1,20 +0,0 @@
-@echo off
-set ENCHANT_DEST=..\..\enchant-wdk-1.6.0-x86
-set RELEASE_DIR=..\bin\release
-rmdir /q /s %ENCHANT_DEST%
-mkdir %ENCHANT_DEST%
-copy ..\COPYING.LIB %ENCHANT_DEST%\LICENSE.ENCHANT
-xcopy /q /s /i %RELEASE_DIR%\enchant.exe %ENCHANT_DEST%\bin\
-copy %RELEASE_DIR%\enchant-lsmod.exe %ENCHANT_DEST%\bin
-copy %RELEASE_DIR%\libenchant.dll %ENCHANT_DEST%\bin
-xcopy /q /s /i enchant.h %ENCHANT_DEST%\include\enchant\
-copy "enchant++.h" %ENCHANT_DEST%\include\enchant\
-copy enchant-provider.h %ENCHANT_DEST%\include\enchant\
-xcopy /q /s /i %RELEASE_DIR%\libenchant_ispell.dll %ENCHANT_DEST%\lib\enchant\
-copy %RELEASE_DIR%\libenchant_ispell.exp %ENCHANT_DEST%\lib\enchant\
-copy %RELEASE_DIR%\libenchant_ispell.lib %ENCHANT_DEST%\lib\enchant\
-copy %RELEASE_DIR%\libenchant_myspell.dll %ENCHANT_DEST%\lib\enchant\
-copy %RELEASE_DIR%\libenchant_myspell.exp %ENCHANT_DEST%\lib\enchant\
-copy %RELEASE_DIR%\libenchant_myspell.lib %ENCHANT_DEST%\lib\enchant\
-copy %RELEASE_DIR%\libenchant.exp %ENCHANT_DEST%\lib
-copy %RELEASE_DIR%\libenchant.lib %ENCHANT_DEST%\lib