summary refs log tree commit diff stats
path: root/ext/enchant-wdk/src/release-x64.bat
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-02-24 04:13:14 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-02-24 04:13:14 +0100
commitf16af8be941b596dedac3bf4e371ee2d21f4b598 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /ext/enchant-wdk/src/release-x64.bat
parentc6a031659b54230099c863b7ccdc03de4a4c7a2d (diff)
nuke the repo
Diffstat (limited to 'ext/enchant-wdk/src/release-x64.bat')
-rw-r--r--ext/enchant-wdk/src/release-x64.bat20
1 files changed, 0 insertions, 20 deletions
diff --git a/ext/enchant-wdk/src/release-x64.bat b/ext/enchant-wdk/src/release-x64.bat
deleted file mode 100644
index 0a40fc71..00000000
--- a/ext/enchant-wdk/src/release-x64.bat
+++ /dev/null
@@ -1,20 +0,0 @@
-@echo off
-set ENCHANT_DEST=..\..\enchant-wdk-1.6.0-x64
-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