update wdk distribution to use relative paths where possible

This commit is contained in:
berkeviktor@aol.com
2010-10-29 19:40:02 +02:00
parent 82be515937
commit 6d0fa458f0
31 changed files with 196 additions and 185 deletions

View File

@@ -1,9 +1,9 @@
@echo off
set ENCHANT_DEST=c:\mozilla-build\build\enchant-wdk-1.6.0-x64
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%\COPYING
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