diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-05-30 22:52:02 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-05-30 22:52:02 +0200 |
commit | 24ac838543bc99ea8d289925b4c5418107d5ae1f (patch) | |
tree | 1b27f3cf89001908615793b3f0c7f3896d7b4b68 /build/build-x86.bat | |
parent | a795b5ced9815579611908e4d3f1be2557e152ef (diff) |
add support for Perl 5.14
Diffstat (limited to 'build/build-x86.bat')
-rw-r--r-- | build/build-x86.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/build-x86.bat b/build/build-x86.bat index 7776ee4d..b8ee8052 100644 --- a/build/build-x86.bat +++ b/build/build-x86.bat @@ -1,6 +1,7 @@ @echo off set PERL_510=c:\mozilla-build\perl-5.10-x86 set PERL_512=c:\mozilla-build\perl-5.12-x86 +set PERL_514=c:\mozilla-build\perl-5.14-x86 echo [Setup] > xchat-wdk.iss echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk.iss echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk.iss @@ -31,6 +32,9 @@ 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 +set PATH=%OOPATH%;%PERL_514%\bin +nmake /nologo /s /f makefile-514.mak clean +nmake /nologo /s /f makefile-514.mak cd ..\..\build call compile-po-files.bat set PATH=%OPATH% |