diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-07-27 04:51:28 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-07-27 04:51:28 +0200 |
commit | 70f870fc961e9594ac41707e944b5bf364164c43 (patch) | |
tree | 6f2747fb3971d7d9bb7e0630b23d5ca825cf78dc /build/build-x86.bat | |
parent | 98999bb19d7660321c7151371def629674c5cbc0 (diff) |
remove perl 5.10, migrate 5.12 to strawberry
Diffstat (limited to 'build/build-x86.bat')
-rw-r--r-- | build/build-x86.bat | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build/build-x86.bat b/build/build-x86.bat index b8ee8052..c2df1c25 100644 --- a/build/build-x86.bat +++ b/build/build-x86.bat @@ -1,6 +1,5 @@ @echo off -set PERL_510=c:\mozilla-build\perl-5.10-x86 -set PERL_512=c:\mozilla-build\perl-5.12-x86 +set PERL_512=c:\mozilla-build\perl-5.12-x86\perl set PERL_514=c:\mozilla-build\perl-5.14-x86 echo [Setup] > xchat-wdk.iss echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk.iss @@ -26,9 +25,6 @@ nmake /nologo /f makefile.mak clean nmake /nologo /f makefile.mak cd perl set OOPATH=%PATH% -set PATH=%OOPATH%;%PERL_510%\bin -nmake /nologo /s /f makefile-510.mak clean -nmake /nologo /s /f makefile-510.mak set PATH=%OOPATH%;%PERL_512%\bin nmake /nologo /s /f makefile-512.mak clean nmake /nologo /s /f makefile-512.mak |