diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-29 19:40:02 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-29 19:40:02 +0200 |
commit | 6d0fa458f0bd3209e452b28242fa4c32afbffecf (patch) | |
tree | 6fc919a26460a721432af3561d1b54d86f230a9c /ext/enchant-wdk/src/release-x86.bat | |
parent | 82be51593735727056605b8e947281c9c19592ee (diff) |
update wdk distribution to use relative paths where possible
Diffstat (limited to 'ext/enchant-wdk/src/release-x86.bat')
-rw-r--r-- | ext/enchant-wdk/src/release-x86.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/enchant-wdk/src/release-x86.bat b/ext/enchant-wdk/src/release-x86.bat index ee01c999..a33bec76 100644 --- a/ext/enchant-wdk/src/release-x86.bat +++ b/ext/enchant-wdk/src/release-x86.bat @@ -1,9 +1,9 @@ @echo off -set ENCHANT_DEST=c:\mozilla-build\build\enchant-wdk-1.6.0-x86 +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%\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 |